2025 day 3 p1

This commit is contained in:
2025-12-14 08:00:30 +01:00
parent 7fb1f4f778
commit b90bcb0c9d
2 changed files with 74 additions and 0 deletions

View File

@@ -30,4 +30,5 @@ endfunction()
add_day_executables(
"day01.cpp"
"day02.cpp"
"day03.cpp"
)