diff --git a/day01cpp/.vscode/launch.json b/day01cpp/.vscode/launch.json new file mode 100644 index 0000000000000000000000000000000000000000..1885515360e3b2e1ac1e3f42906841460619e2ef --- /dev/null +++ b/day01cpp/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "lldb", + "request": "launch", + "name": "Debug", + "program": "${workspaceFolder}/build/main", + "args": [], + "cwd": "${workspaceFolder}" + } + ] +} \ No newline at end of file