update something

This commit is contained in:
CupWater
2026-08-16 14:25:48 +08:00
parent bda97cfad1
commit abd82e6961
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -438,6 +438,7 @@ FodyWeavers.xsd
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.idea
# AWS User-specific
.idea/**/aws.xml
+1
View File
@@ -4,3 +4,4 @@ project(BetterSTL VERSION 0.1.0 LANGUAGES C CXX)
add_library(BetterSTL src/BigInteger.cpp
src/BigDecimal.cpp)
include_directories(include)
+4
View File
@@ -0,0 +1,4 @@
#ifndef BETTERSTL_BSTL_HPP
#define BETTERSTL_BSTL_HPP
#endif //BETTERSTL_BSTL_HPP