Democracy Crash
if (person = terrorist) {
punish_severely();
} else {
exit(-1);
}
Can you spot the error?
I spotted the error right away. Yeah, I am a geek.
if (person = terrorist) {
punish_severely();
} else {
exit(-1);
}
0 Comments:
Post a Comment
<< Home