Scaffold day 1

This commit is contained in:
Feiko Wielsma 2025-12-01 20:29:57 +01:00
commit c093e8a4bf
5 changed files with 1058 additions and 0 deletions

6
CMakeLists.txt Normal file
View file

@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.10.0)
project(aoc25 VERSION 0.1.0 LANGUAGES C CXX)
# Per-day subprojects (example: day1)
add_subdirectory(day1)