File: testmain.cpp

package info (click to toggle)
crossguid 0.0%2Bgit200150803-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 236 kB
  • sloc: cpp: 321; xml: 48; sh: 28; makefile: 23; java: 18
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#include "test.h"
#include <iostream>

int main(int argc, char *argv[])
{
  return test(GuidGenerator(), std::cout);
}