tom_burgess

Untitled

Apr 27th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. GNU nano 2.2.6 File: test2.c
  2.  
  3. #include <iostream>
  4. using namespace std;
  5. int main(){
  6. int hi(){cout << "Hello." << endl;}
  7. for (int a=10; a!=0; a--){hi(); sleep(a);}
  8. return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment