I don't want to lose track of this concise analysis of new US anti-terror legislation. The code looks sensible enough at first glance, but if you know programming in C you may well spot the logical error...
if (person = terrorist) {
punish_severely();
} else {
exit(-1);
}
No comments:
Post a Comment