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:
@@ -7,6 +7,7 @@ set(AOC2024_PROJECTS
|
||||
day6
|
||||
day7
|
||||
day8
|
||||
day9
|
||||
full
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user