mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 10:46:29 +08:00
2 lines
No EOL
97 B
CMake
2 lines
No EOL
97 B
CMake
add_executable(binary_search binary_search.c)
|
|
add_executable(leetcode_two_sum leetcode_two_sum.c) |