On Tue, Aug 3, 2010 at 6:23 PM, Alex <[email protected]> wrote: > The deadline for the contest will be Aug. 31st! Give us your loops! >
Sadly, I can't take credit for it, but I noticed this gem fly through my feed reader this morning. http://www.daemonology.net/blog/2010-08-02-neverending-finite-loop.html The (C) loop in question is: char i,x[99];for(x[98]=i=1;x[98];i++)i*=!++x[i] -Dom -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
