aoc2024: Implement day2 solution

This commit is contained in:
2024-12-02 20:12:52 +02:00
parent 4149748766
commit a231f8587e
3 changed files with 128 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
set(AOC2024_PROJECTS
day1
day2
full
)