Codebase list crossguid / 1d25c2e testmain.cpp
1d25c2e

Tree @1d25c2e (Download .tar.gz)

testmain.cpp @1d25c2eraw · 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);
}