Codebase list crossguid / de9cb27 testmain.cpp
de9cb27

Tree @de9cb27 (Download .tar.gz)

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