cmake_minimum_required(VERSION 3.31)
project(4_ArrayTraining C)

set(CMAKE_C_STANDARD 11)

add_executable(4_ArrayTraining main.c)
