feat: day 2
This commit is contained in:
@@ -4,3 +4,7 @@ project(advent_of_code_2023 C)
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
add_executable(day_01 day_1.c)
|
||||
add_executable(day_02 day_2.c
|
||||
input_handler.c
|
||||
input_handler.h)
|
||||
target_link_libraries(day_02 m)
|
||||
|
||||
Reference in New Issue
Block a user