Codebase list crossguid / debian/0.0+git200150803-4 testmain.cpp
debian/0.0+git200150803-4

Tree @debian/0.0+git200150803-4 (Download .tar.gz)

testmain.cpp @debian/0.0+git200150803-4raw · 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);
}