AOC2023: implement day5

This commit is contained in:
2023-12-05 09:13:13 +02:00
parent 95fc894303
commit 82cb2ea20b
3 changed files with 212 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ set(AOC2023_PROJECTS
day2
day3
day4
day5
)
set(BANAN_AOC2023_BIN ${BANAN_BIN}/aoc2023)