test.cpp 109 B

12345
  1. #include <crypt/BigInt64.hpp>
  2. int main(){
  3. BigInt n(324236528734ULL);
  4. std::cout << n.hexString() << "\n";
  5. }