2022-11-19 10:30:09 -08:00
|
|
|
add_executable(2020_02 02.cpp)
|
|
|
|
target_link_libraries(2020_02 aocpp)
|
|
|
|
|
|
|
|
add_executable(2020_03 03.cpp)
|
2022-11-19 14:59:21 -08:00
|
|
|
target_link_libraries(2020_03 aocpp)
|
|
|
|
|
|
|
|
add_executable(2020_21 21.cpp)
|
|
|
|
target_link_libraries(2020_21 aocpp dlx)
|