MouseyN1

ROFLCOPTER

Oct 26th, 2012
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.34 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.     cout<< "ROFL:ROFL:LOL: " << endl;
  6. cout << "       ____^____" << endl;
  7. cout << "     _/      [] \ " << endl;
  8. cout << "LOL==_           \ " << endl;
  9. cout << "      \___________] " << endl;
  10. cout << "         I     I " << endl;
  11. cout << "       ----------/" << endl;
  12.  
  13. return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment