aoc2025: Implement day1 solution

This commit is contained in:
2025-12-12 02:49:10 +02:00
parent 5d9e9c021a
commit 19c4f34ccb
3 changed files with 97 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
set(AOC2025_PROJECTS
day1
full
)