aoc24: add day16

This commit is contained in:
2024-12-16 16:43:34 +01:00
parent 1108b8c65b
commit 9c840a7c8f
15 changed files with 976 additions and 8 deletions

View File

@@ -9,11 +9,13 @@ set(SOURCES
# "day04.cpp"
"day05.cpp"
"day06.cpp"
"day07.cpp"
# "day07.cpp"
"day08.cpp"
"day09.cpp"
"day10.cpp"
# "day11.cpp"
"day14.cpp"
"day16.cpp"
)
add_library(aoc24 STATIC ${HEADERS} ${SOURCES})
target_include_directories(aoc24