This commit is contained in:
Grace Yoder 2026-03-19 20:39:03 +00:00
commit e6ec99ad5d
3 changed files with 23 additions and 0 deletions

4
CMakeLists.txt Normal file
View file

@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.10)
project(HelloWorld C)
add_executable(hello src/main.c)