1
0
Fork 0

Add Day 6

This commit is contained in:
Jöran Malek 2024-12-22 02:20:02 +01:00
parent 0111ee1176
commit 367cd56a42
9 changed files with 345 additions and 0 deletions

8
.vscode/tasks.json vendored
View file

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