创建实验二项目

This commit is contained in:
2024-10-10 12:08:09 +08:00
parent 84f929c055
commit ddae8207e3
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.29)
project(homework2)
set(CMAKE_CXX_STANDARD 20)
add_executable(homework2 main.cpp)