Codebase list crossguid / upstream/0.0+git200150803 testmain.cpp
upstream/0.0+git200150803

Tree @upstream/0.0+git200150803 (Download .tar.gz)

testmain.cpp @upstream/0.0+git200150803raw · history · blame

1
2
3
4
5
6
7
#include "test.h"
#include <iostream>

int main(int argc, char *argv[])
{
  return test(GuidGenerator(), std::cout);
}