chore: use new read_line function
This commit is contained in:
@@ -3,7 +3,9 @@ project(advent_of_code_2023 C)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
add_executable(day_01 day_1.c)
|
||||
add_executable(day_01 day_1.c
|
||||
input_handler.c
|
||||
input_handler.h)
|
||||
add_executable(day_02 day_2.c
|
||||
input_handler.c
|
||||
input_handler.h)
|
||||
|
||||
Reference in New Issue
Block a user