project(hello)
set (CMAKE_C_STANDARD 99)

add_executable(hello src/main.c)
