Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 124 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 124 Bytes

BigIntegerCpp

C++ port of C# BigInteger

mkdir build 
cd build; cmake ..
cmake --build .
./bin/unit_tests