feat: add day 4
This commit is contained in:
@@ -21,3 +21,5 @@ add_executable(day_02 day_2.c input_handler.c)
|
||||
target_link_libraries(day_02 m)
|
||||
|
||||
add_executable(day_03 day_3.c input_handler.c)
|
||||
|
||||
add_executable(day_04 day_4.c input_handler.c)
|
||||
Reference in New Issue
Block a user