source:
trunk/test/stats.cc
@
46
Last change on this file since 46 was 24, checked in by , 17 years ago | |
---|---|
|
|
File size: 128 bytes |
Line | |
---|---|
1 | // $Id: stats.cc 24 2006-01-02 08:20:46Z peter $ |
2 | |
3 | #include "Stats.h" |
4 | #include <iostream> |
5 | |
6 | int main() |
7 | { |
8 | using namespace theplu::svnstat; |
9 | Stats stats(); |
10 | return 0; |
11 | } |
Note: See TracBrowser
for help on using the repository browser.