Advertisement
iwishiknew

chrono_date_test_main.cpp

Jul 28th, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #include <iostream>
  2. #include "t_extra.h"
  3.  
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8.     chrono_date d;
  9.     cout<< "Success??"<< endl;
  10.     return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement