Remove cmake test

This commit is contained in:
2025-12-01 16:31:34 -05:00
parent 28223c0385
commit bf31fa0de5
2 changed files with 0 additions and 9 deletions

View File

@@ -27,9 +27,6 @@ include_directories(src/common)
### EXECUTABLES
# Exe to make sure cmake is working
add_executable(testcmake src/testcmake/main.cpp)
### Day 1
# P1
add_executable(d1p1 src/day1/p1/main.cpp)