#include #include using namespace Bu; int main() { Uuid i = Uuid::gen(); sio << i.toString() << sio.nl; return 0; }