From 087a042e72c00a9308f2eedf19ef31263dacadf6 Mon Sep 17 00:00:00 2001 From: xusun000 <2235861811@qq.com> Date: Mon, 29 Nov 2021 22:41:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4CMake=20=E5=A2=9E=E5=8A=A0202?= =?UTF-8?q?1=E4=BB=A3=E7=A0=81=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 8 -------- code_graph_2021.cpp | 4 ++++ 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 CMakeLists.txt create mode 100644 code_graph_2021.cpp diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 3b756f0..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -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) diff --git a/code_graph_2021.cpp b/code_graph_2021.cpp new file mode 100644 index 0000000..4a73703 --- /dev/null +++ b/code_graph_2021.cpp @@ -0,0 +1,4 @@ +#include +int main() { + printf("hello"); +} \ No newline at end of file