first commit
This commit is contained in:
5
ReplaceStr/CMakeLists.txt
Normal file
5
ReplaceStr/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
project(ReplaceStr LANGUAGES CXX)
|
||||
|
||||
add_executable(ReplaceStr main.cpp)
|
||||
6
ReplaceStr/main.cpp
Normal file
6
ReplaceStr/main.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello World!" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user