Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 232 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 232 Bytes

Bint

C++ Big Integer Library

This is a very simple library to do Big Integer arithmetic in C++.

It was created to be used in a code contest where it was necessary to include all used libraries.

You can use it freely.

Enjoy.