init 实验五

This commit is contained in:
2024-12-04 21:26:00 +08:00
parent 82f94bdd7c
commit 3a3f0d4443
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.30)
project(homework5)
set(CMAKE_CXX_STANDARD 20)
add_executable(test1 test1.cpp)