This commit is contained in:
Feiko Wielsma 2025-12-04 11:58:32 +00:00
parent a4dd7b6e5b
commit 1fe4ecca8a
5 changed files with 313 additions and 0 deletions

2
day3/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(day3 "${CMAKE_CURRENT_SOURCE_DIR}" main.cpp)