cmake_minimum_required(VERSION 3.10.0)
project(ArrayExam3_Copy VERSION 0.1.0 LANGUAGES C)

add_executable(ArrayExam3_Copy main.c)

