init 实验五
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.30)
|
||||||
|
project(homework5)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 20)
|
||||||
|
|
||||||
|
add_executable(test1 test1.cpp)
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
//
|
||||||
|
// Created by 31416 on 24-12-4.
|
||||||
|
//
|
||||||
Reference in New Issue
Block a user