AOC2023: Implement day12

There seems to be a problem with my malloc so the hash map is not
working. This code worked fine on my linux with actually working
malloc :D
This commit is contained in:
2023-12-14 10:51:48 +02:00
parent 225c7c6ab4
commit 862993398d
3 changed files with 189 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ set(AOC2023_PROJECTS
day9
day10
day11
day12
)
set(BANAN_AOC2023_BIN ${BANAN_BIN}/aoc2023)