chore: use new read_line function

This commit is contained in:
2023-12-03 10:36:28 +01:00
parent 3474b93be1
commit db2c43032f
4 changed files with 11 additions and 16 deletions

View File

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