2025 day 4 p1

This commit is contained in:
2025-12-14 12:43:52 +01:00
parent b90bcb0c9d
commit 60e78353d7
2 changed files with 84 additions and 0 deletions

View File

@@ -31,4 +31,5 @@ add_day_executables(
"day01.cpp"
"day02.cpp"
"day03.cpp"
"day04.cpp"
)