This commit is contained in:
2026-02-23 20:46:42 +08:00
commit c5f2ebb5d6
15 changed files with 484 additions and 0 deletions

6
CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 4.1)
project()
set(CMAKE_CXX_STANDARD 20)
add_executable(main.cpp)