cmake_minimum_required(VERSION 3.15)
project(sample_project_thema_a C)

set(CMAKE_C_STANDARD 99)

add_executable(sample_project_thema_a main.c)