30.11.2010 - initial commit

This commit is contained in:
peri4
2010-11-30 08:11:27 +03:00
commit 2925e4d786
24 changed files with 2403 additions and 0 deletions

5
main.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "pitimer.h"
int main(int argc, char * argv[]) {
cout << date2string(currentDate()) << endl;
};