1
0
Fork 0

Add Day 7

This commit is contained in:
Jöran Malek 2024-12-22 21:27:07 +01:00
parent 367cd56a42
commit d9bc639366
5 changed files with 118 additions and 0 deletions

8
.vscode/tasks.json vendored
View file

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