Name: Anonymous 2007-11-10 14:27
Post some code that if compiled and the executable is ran, it will totally kill your computer. I'm talking a real FUBAR.
int main(void)
{
int i = 0;
loopstart:
i++;
if ( i < 65535 ) { goto loopstart; }
return 0;
}