refactor: executable per day

This commit is contained in:
2023-12-02 15:26:59 +01:00
parent 9655351a96
commit e1a8ee290f
6 changed files with 32 additions and 67 deletions

View File

@@ -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)