alfps

current time 1

Feb 21st, 2012
209
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>         // cout, endl
  2. #include <time.h>
  3.  
  4. int main()
  5. {
  6.     using namespace std;
  7.    
  8.     cout << ctime( nullptr ) << endl;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment