// $Id: stats.cc 69 2006-02-13 00:46:30Z jari $ #include "Stats.h" int main() { using namespace theplu::svnstat; Stats stats(); return 0; }