Started on 060

This commit is contained in:
2021-04-19 16:14:58 +02:00
parent 0b15db7b92
commit d4a063ef64
2 changed files with 19 additions and 1 deletions

View File

@@ -14,4 +14,5 @@ project(
add_executable(base base.cpp)
# For each euler problem a new executable here
add_executable(euler059 059/main.cpp)
add_executable(euler059 059/main.cpp)
add_executable(euler060 060/main.cpp)