This commit is contained in:
Feiko Wielsma 2025-12-06 23:01:27 +00:00
parent 43448aaeb6
commit b922c94b43
6 changed files with 273 additions and 5 deletions

2
day6/CMakeLists.txt Normal file
View file

@ -0,0 +1,2 @@
# Use top-level helper to add the target and copy input files
aoc_add_day(day6 "${CMAKE_CURRENT_SOURCE_DIR}" main.cpp)