Initial Commit

This commit is contained in:
2026-06-22 15:26:03 +08:00
parent aad822b26c
commit 141baa59f6
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 4.0.0)
project(test)
add_executable(test main.c)