PROJECT(HELLO)

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

add_executable(hello hello.c)
