aoc: 2024 bk

This commit is contained in:
2025-12-02 09:13:23 +01:00
parent da8a4cc5de
commit c238e9b4fb
6 changed files with 139 additions and 41 deletions

View File

@@ -15,7 +15,7 @@ set(SOURCES
"day10.cpp"
# "day11.cpp"
"day14.cpp"
"day16.cpp"
# "day16.cpp"
"day17.cpp"
)
add_library(aoc24 STATIC ${HEADERS} ${SOURCES})