Codebase list crossguid / 9f633de testmain.cpp
9f633de

Tree @9f633de (Download .tar.gz)

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