cmake_minimum_required(VERSION 3.15)
project(CLion_examples_1b C)

set(CMAKE_C_STANDARD 99)

add_executable(CLion_examples_1b main.c)