This commit is contained in:
Zengtudor 2024-11-19 11:42:18 +08:00
parent 9f0cfa2bbd
commit 9fc1a5e289
2 changed files with 1 additions and 5 deletions

View File

@ -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)

View File

@ -1,4 +0,0 @@
#include <iostream>
int main(){
std::cout<<"Hello world"<<'\n';
}