删除CMake 增加2021代码题

This commit is contained in:
xusun000
2021-11-29 22:41:01 +08:00
parent 35422ccd57
commit 087a042e72
2 changed files with 4 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
cmake_minimum_required(VERSION 3.20)
project(exam_code_for_408)
set(CMAKE_CXX_STANDARD 14)
add_executable(exam_code_for_408
main.cpp
newMain.cpp)

4
code_graph_2021.cpp Normal file
View File

@@ -0,0 +1,4 @@
#include <stdio.h>
int main() {
printf("hello");
}