Add d2p1 to cmake + d2p1 parsing
This commit is contained in:
@@ -33,4 +33,8 @@ add_executable(d1p1 src/day1/p1.cpp)
|
||||
add_executable(d1p1-faf src/day1/p1-faf.cpp)
|
||||
# P2
|
||||
add_executable(d1p2 src/day1/p2.cpp)
|
||||
add_executable(d1p2-faf src/day1/p2-faf.cpp)
|
||||
add_executable(d1p2-faf src/day1/p2-faf.cpp)
|
||||
|
||||
### Day 2
|
||||
# P1
|
||||
add_executable(d2p1 src/day2/p1.cpp)
|
||||
Reference in New Issue
Block a user