On Fri, 2006-02-10 at 13:38 +0100, Alexander Terekhov wrote:
> Original:
>
> unsigned explosive_power = 0;
> while (still_not_eliminated("FSF"))
> send_a_bomb("FSF", explosive_power += 10/*kiloton*/);
>
> Derivative:
>
> unsigned explosive_power = 0;
> while (still_not_eliminated("FSF")) {
> fork();
> send_a_bomb("FSF", max((explosive_power += 10) + random(),
> 666)/*kiloton*/);
> }
>
> regards,
> alexander.Interesting. Are you now publicly writing violent aggression threats? Rui
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Gnu-misc-discuss mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-misc-discuss
