chore: setup for day 9

This commit is contained in:
Stevan Freeborn
2024-12-08 23:18:17 -06:00
parent 840306855f
commit 0d940a8812
5 changed files with 84 additions and 1 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
{
"editor.formatOnSave": true,
"dotnet.defaultSolution": "../AdventOfCode2024.sln",
"dotnet.testWindow.useTestingPlatformProtocol": true
"dotnet.testWindow.useTestingPlatformProtocol": true,
"cSpell.words": [
"Fragmenter"
]
}