Codebase list crossguid / bd4b2429-8b6b-41a7-b4da-e34e3c2950e2/main testmain.cpp
bd4b2429-8b6b-41a7-b4da-e34e3c2950e2/main

Tree @bd4b2429-8b6b-41a7-b4da-e34e3c2950e2/main (Download .tar.gz)

testmain.cpp @bd4b2429-8b6b-41a7-b4da-e34e3c2950e2/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);
}