Files
aoc20/1-report_repair/.vscode/tasks.json
2021-01-08 23:41:37 +11:00

13 lines
160 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "cargo",
"command": "run",
"problemMatcher": [
"$rustc"
],
"label": "rust: cargo run"
}
]
}