first commit

This commit is contained in:
2026-03-12 22:15:50 +08:00
commit c3567f0279
8 changed files with 214 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(ReplaceStr LANGUAGES CXX)
add_executable(ReplaceStr main.cpp)