liuxiaolong
2022-01-05 27d8bc7cad4a8f68c2da3efbb77f45ec70ae40e6
test/sole_demo.cpp
@@ -23,6 +23,10 @@
    std::cout << "uuid v4 base62 : " << u4.base62() << std::endl;
    std::cout << "uuid v4 pretty : " << u4.pretty() << std::endl << std::endl;
    std::cout << "uuid v4 length : " << u4.str().length() << std::endl;
    std::string test("123");
    std::cout << "test length : " << test.length() << std::endl;
    u1 = sole::rebuild("F81D4FAE-7DEC-11D0-A765-00A0C91E6BF6");
    u4 = sole::rebuild("GITheR4tLlg-BagIW20DGja");