cmake_minimum_required(VERSION 3.0)
project(ProjectName)
add_executable(main main.c)
