MouseyN1

ROFLCOPTER

Dec 7th, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.     while(true)
  6.     {
  7. cout<<  "ROFL:ROFL:LOL: " << endl;
  8. cout << "       ____^____" << endl;
  9. cout << "     _/      [] \\ " << endl;
  10. cout << "LOL==_           \\ " << endl;
  11. cout << "      \___________] " << endl;
  12. cout << "         I     I " << endl;
  13. cout << "       ----------/" << endl;
  14. system("pause");
  15. system("cls");
  16. cout<< "         :LOL:ROFL:ROFL" << endl;
  17. cout << "       ____^____" << endl;
  18. cout << " L   _/      [] \\ " << endl;
  19. cout << " O ==_           \\ " << endl;
  20. cout << " L    \___________] " << endl;
  21. cout << "         I     I " << endl;
  22. cout << "       ----------/" << endl;
  23. system("pause");
  24. system("cls");
  25.     }
  26. return 0;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment