Add various uncommitted 2021 files for posterity

This commit is contained in:
Josh Creek
2022-10-12 18:28:43 +01:00
parent 3b3a25b9cd
commit fd8b8c7ef1
16 changed files with 848 additions and 18 deletions
+2 -2
View File
@@ -9,9 +9,9 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/2021/03/bin/Debug/net6.0/03.dll",
"program": "${workspaceFolder}/2021/09/bin/Debug/net6.0/09.dll",
"args": [],
"cwd": "${workspaceFolder}/2021/03",
"cwd": "${workspaceFolder}/2021/09",
"console": "internalConsole",
"stopAtEntry": false
},