Scaffold day 1
This commit is contained in:
commit
c093e8a4bf
5 changed files with 1058 additions and 0 deletions
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal 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)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue