aoc2024: Implement day9 solution

part2 is kinda unoptimized, it should not use expanded input, but I did
not feel like rewriting my parsing code :)
This commit is contained in:
2024-12-09 16:20:21 +02:00
parent 90820f24a4
commit 8b612ba547
3 changed files with 163 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ set(AOC2024_PROJECTS
day6
day7
day8
day9
full
)