Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Optimized C code

Name: Anonymous 2007-05-10 9:02 ID:YpMhiddP

Dear /prog/, how can I further optimize this piece of code to make it ENTERPRISE ? :

int main(void){
 return(main());
}

Name: Anonymous 2007-05-10 16:31 ID:X7YGl5To

import java.lang.Thread;

/**
 * @author EXPERT PROGRAMMER
 */
class ExtraOptimizedClass {
        public static void main(String[] args) {
                new ExtraOptimizedClass();
        }
        public ExtraOptimizedClass() {
                class ExtraOptimizedThread extends Thread {
                        public ExtraOptimizedThread() { }
                        public void run() {
                                while ((new Boolean(true)).booleanValue()) new ExtraOptimizedClass();
                        }
                }

                ExtraOptimizedThread expertThread = new ExtraOptimizedThread();
                expertThread.start();
        }
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List