Codebase list crossguid / 6b9bd09c-c7c8-4594-9134-c0c14ec7d25a/main testmain.cpp
6b9bd09c-c7c8-4594-9134-c0c14ec7d25a/main

Tree @6b9bd09c-c7c8-4594-9134-c0c14ec7d25a/main (Download .tar.gz)

testmain.cpp @6b9bd09c-c7c8-4594-9134-c0c14ec7d25a/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);
}