Add Day 7 implementation with input files and CMake configuration

This commit is contained in:
Feiko Wielsma 2025-12-07 20:22:47 +00:00
parent b922c94b43
commit 6e70ea4a45
5 changed files with 328 additions and 0 deletions

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