Codebase list crossguid / 45faa109-7cbd-454f-87f8-5a39cae460f4/main testmain.cpp
45faa109-7cbd-454f-87f8-5a39cae460f4/main

Tree @45faa109-7cbd-454f-87f8-5a39cae460f4/main (Download .tar.gz)

testmain.cpp @45faa109-7cbd-454f-87f8-5a39cae460f4/main

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

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