feat Init

This commit is contained in:
2023-10-24 17:03:04 +08:00
parent 7184001efc
commit 9b252d4aa5
5 changed files with 103 additions and 0 deletions

4
CMakeLists.txt Normal file
View File

@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.10)
project(BigInt)
add_subdirectory(data)
add_subdirectory(src)