迁移(未编译通过)。

This commit is contained in:
2026-02-27 12:46:11 +08:00
parent e6d3d11b95
commit 723534c936
10 changed files with 856 additions and 0 deletions

5
task/CMakeLists.txt Normal file
View File

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