This commit is contained in:
2024-12-22 00:43:10 +08:00
parent a6b36e0de5
commit fd842609c2
2 changed files with 44 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.30)
project(homework6)
set(CMAKE_CXX_STANDARD 20)
add_executable(test1 test1.cpp)