View difference between Paste ID: 39SUJNXw and RBh2si6k
SHOW: | | - or go back to the newest paste.
1
#include <givafuk.h>
2
3
using namespace fuk;
4
5
int main() {
6-
if (lies != truth) {
6+
	if (lies != truth) {
7-
for(; lies != truth) {
7+
		for(; lies != truth) {
8-
cout << "YOU SHALL NOT PASS!!!!!!";
8+
		cout << "YOU SHALL NOT PASS!!!!!!";
9-
return(0);
9+
		break;
10-
}
10+
		}
11-
}
11+
	}
12-
else{
12+
	else{
13-
cout << "Hello Master!";
13+
		cout << "Hello Master!";
14-
}
14+
	}
15
return(0)
16
}