Codebase list crossguid / 4207fe38-99b5-4f47-8bea-b3b98a4c88c0/main testmain.cpp
4207fe38-99b5-4f47-8bea-b3b98a4c88c0/main

Tree @4207fe38-99b5-4f47-8bea-b3b98a4c88c0/main (Download .tar.gz)

testmain.cpp @4207fe38-99b5-4f47-8bea-b3b98a4c88c0/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);
}