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

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

testmain.cpp @debian/0.0+git200150803-2

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

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