Codebase list crossguid / a17cf88f-a4fa-4bcc-9e54-1a8c43b5d32c/main testmain.cpp
a17cf88f-a4fa-4bcc-9e54-1a8c43b5d32c/main

Tree @a17cf88f-a4fa-4bcc-9e54-1a8c43b5d32c/main (Download .tar.gz)

testmain.cpp @a17cf88f-a4fa-4bcc-9e54-1a8c43b5d32c/mainraw · 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);
}