first part of day16 un-optimal

This commit is contained in:
Claudiu Farcas
2022-12-19 22:40:10 +02:00
parent 6cba23afc9
commit 23a96468b8
13 changed files with 636 additions and 5 deletions
+2 -2
View File
@@ -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