2022-12-02 09:34:16 -08:00
|
|
|
add_executable(2022_01 01.cpp)
|
|
|
|
target_link_libraries(2022_01 aocpp)
|
2022-12-04 09:22:25 -08:00
|
|
|
|
2022-12-04 10:30:01 -08:00
|
|
|
add_executable(2022_03 03.cpp)
|
|
|
|
target_link_libraries(2022_03 aocpp)
|
|
|
|
|
2022-12-04 09:22:25 -08:00
|
|
|
add_executable(2022_04 04.cpp)
|
|
|
|
target_link_libraries(2022_04 aocpp)
|
2023-01-13 16:21:25 -08:00
|
|
|
|
2023-01-23 08:55:37 -08:00
|
|
|
add_executable(2022_08 08.cpp)
|
|
|
|
target_link_libraries(2022_08 aocpp)
|
|
|
|
|
2023-01-18 15:24:18 -08:00
|
|
|
add_executable(2022_12 12.cpp)
|
|
|
|
target_link_libraries(2022_12 aocpp)
|
|
|
|
|
2023-01-20 10:11:49 -08:00
|
|
|
add_executable(2022_13 13.cpp)
|
|
|
|
target_link_libraries(2022_13 aocpp)
|
|
|
|
|
2023-01-19 17:13:42 -08:00
|
|
|
add_executable(2022_18 18.cpp)
|
|
|
|
target_link_libraries(2022_18 aocpp)
|
|
|
|
|
2023-01-19 21:15:23 -08:00
|
|
|
add_executable(2022_20 20.cpp)
|
|
|
|
target_link_libraries(2022_20 aocpp)
|
|
|
|
|
2023-01-13 16:21:25 -08:00
|
|
|
add_executable(2022_25 25.cpp)
|
|
|
|
target_link_libraries(2022_25 aocpp)
|