aoc24: day17 started

This commit is contained in:
2024-12-17 18:01:49 +01:00
parent 5c7da45fe1
commit 5810fe22e9
5 changed files with 71 additions and 0 deletions

View File

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