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 || name == David) { |
6 | + | if (lies != truth && name == David) { |
7 | for(; lies != truth;) { | |
8 | cout << "YOU SHALL NOT PASS!!!!!!"; | |
9 | break; | |
10 | } | |
11 | } | |
12 | else{ | |
13 | cout << "Hello Master!"; | |
14 | } | |
15 | return(0); | |
16 | } |