From 9fc1a5e289e53ade3902aff266fc4934f2a85e6f Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Tue, 19 Nov 2024 11:42:18 +0800 Subject: [PATCH] update --- 2024/11/CMakeLists.txt | 2 +- 2024/11/src/HelloWorld/helloworld.cpp | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 2024/11/src/HelloWorld/helloworld.cpp diff --git a/2024/11/CMakeLists.txt b/2024/11/CMakeLists.txt index b60b5d9..eb71a94 100644 --- a/2024/11/CMakeLists.txt +++ b/2024/11/CMakeLists.txt @@ -14,7 +14,7 @@ endif() message("Build type is [${CMAKE_BUILD_TYPE}]") -project(algorithm_2024) +project(algorithm_2024_11) include_directories(${CMAKE_CURRENT_LIST_DIR}/src/include) diff --git a/2024/11/src/HelloWorld/helloworld.cpp b/2024/11/src/HelloWorld/helloworld.cpp deleted file mode 100644 index 306d215..0000000 --- a/2024/11/src/HelloWorld/helloworld.cpp +++ /dev/null @@ -1,4 +0,0 @@ -#include -int main(){ - std::cout<<"Hello world"<<'\n'; -} \ No newline at end of file