refactor: executable per day
This commit is contained in:
@@ -3,8 +3,4 @@ project(advent_of_code_2023 C)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
add_executable(advent_of_code_2023 main.c
|
||||
main.h
|
||||
day_1.c
|
||||
array_list.c
|
||||
array_list.h)
|
||||
add_executable(day_01 day_1.c)
|
||||
|
||||
Reference in New Issue
Block a user