add_executable(ex23_1.out
  main.c
)

target_link_libraries(ex23_1.out
  calc
)
