1
0
Fork 0

Add Day 9

This commit is contained in:
Jöran Malek 2024-12-26 13:21:12 +01:00
parent 00bfb7d46e
commit 4816b640bf
5 changed files with 142 additions and 8 deletions

8
.vscode/tasks.json vendored
View file

@ -66,6 +66,14 @@
"group": "build",
"problemMatcher": [],
"label": "dotnet: build aoc-2024-08"
},
{
"type": "dotnet",
"task": "build aoc-2024-09.csproj",
"file": "src/2024/09/aoc-2024-09.csproj",
"group": "build",
"problemMatcher": [],
"label": "dotnet: build aoc-2024-09"
}
]
}