mirror of
https://github.com/farcasclaudiu/advent_of_code_2022.git
synced 2026-06-22 09:01:25 +03:00
first part of day16 un-optimal
This commit is contained in:
Vendored
+2
-2
@@ -10,9 +10,9 @@
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
// If you have changed target frameworks, make sure to update the program path.
|
||||
"program": "${workspaceFolder}/day15/day15/bin/Debug/net6.0/day15.dll",
|
||||
"program": "${workspaceFolder}/day16/day16/bin/Debug/net6.0/day16.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/day15/day15",
|
||||
"cwd": "${workspaceFolder}/day16/day16",
|
||||
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
|
||||
"console": "internalConsole",
|
||||
"stopAtEntry": false
|
||||
|
||||
Reference in New Issue
Block a user