Tuesday, October 03, 2006

The US Torture Bill as C Code - Debug This, Please

It occurs to me now that the whole 94-page bill really amounts to a common, one-character programming error.

if (person = terrorist) {
punish_severely();
} else {
exit(-1);
}

Can you spot the error? (Solution).

(This entry stolen from Boing Boing)

0 Comments:

Post a Comment

<< Home