summaryrefslogtreecommitdiffstats
path: root/day4/.vscode
diff options
context:
space:
mode:
Diffstat (limited to 'day4/.vscode')
-rw-r--r--day4/.vscode/launch.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/day4/.vscode/launch.json b/day4/.vscode/launch.json
index 1a86bee..ed9806a 100644
--- a/day4/.vscode/launch.json
+++ b/day4/.vscode/launch.json
@@ -18,9 +18,9 @@
"kind": "bin"
}
},
- "args": [],
- "cwd": "${workspaceFolder}/target/debug/",
- "program": "${workspaceFolder}/target/debug/day4"
+ "args": ["input.txt"],
+ "cwd": "${workspaceFolder}"
+ //"program": "${workspaceFolder}/target/debug/day4"
},
{
"type": "lldb",