This commit is contained in:
e2hang
2025-08-10 18:13:25 +08:00
parent 17105e9e9e
commit a2cbb2ad7d
6 changed files with 386 additions and 0 deletions

View File

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