Codebase list crossguid / 6dd52025-36b9-4126-be8c-0d4e67f0686c/main testmain.cpp
6dd52025-36b9-4126-be8c-0d4e67f0686c/main

Tree @6dd52025-36b9-4126-be8c-0d4e67f0686c/main (Download .tar.gz)

testmain.cpp @6dd52025-36b9-4126-be8c-0d4e67f0686c/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);
}