AOC2023: Implement day8

Second part was kinda weird. You are supposted to assume something
of the input, which necessarily is not true.
This commit is contained in:
2023-12-08 17:13:20 +02:00
parent 7bb3172591
commit b523ccb893
3 changed files with 154 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ set(AOC2023_PROJECTS
day5
day6
day7
day8
)
set(BANAN_AOC2023_BIN ${BANAN_BIN}/aoc2023)