Codebase list crossguid / buster-backports/main testmain.cpp
buster-backports/main

Tree @buster-backports/main (Download .tar.gz)

testmain.cpp @buster-backports/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);
}