FistCommit

This commit is contained in:
ArchZer0
2026-08-16 14:23:42 +08:00
parent 9ed6475d81
commit bda97cfad1
4 changed files with 23 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.10.0)
project(BetterSTL VERSION 0.1.0 LANGUAGES C CXX)
add_library(BetterSTL src/BigInteger.cpp
src/BigDecimal.cpp)