cmake_minimum_required(VERSION 4.0.0)
project(test)
add_executable(test main.c)
