View difference between Paste ID: KEjyD4qq and fzAftCvf
SHOW: | | - or go back to the newest paste.
1
#include <iostream>
2
using namespace std;
3
int main()
4
{
5-
    cout<< "ROFL:ROFL:LOL: " << endl;
5+
	while(true)
6
	{
7-
cout << "     _/      [] \ " << endl;
7+
cout<<  "ROFL:ROFL:LOL: " << endl;
8-
cout << "LOL==_           \ " << endl;
8+
9
cout << "     _/      [] \\ " << endl;
10
cout << "LOL==_           \\ " << endl;
11
cout << "      \___________] " << endl;
12-
12+
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
}