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

Java Challenge

Name: Anonymous 2010-06-19 15:26

Count to 10 in the most obfuscated way possible using a maximum of 10 lines of code(not counting class and main declarations).

Lines of code should be counted as if you were coding in a normal properly formatted style.

Name: meh 2010-06-20 21:46


public class sdfsdsdf
{
    public Integer egypt(){ return new Integer(1); }  
    public int allllYourBase(){return 0;}
    public int allllYourBase(int s){return 9+s;}
 
    public static void main(String[] args)
    {
        Integer five;
        for(five = Integer.valueOf(new sdfsdsdf().allllYourBase());
            five.value() < Integer.valueOf(new sdfsdsdf().allllYourBase(1)).value();
            five = Integer.valueOf(five + new sdfsdsdf().egypt()))
        {
            System.out.println(five);           
        }
    }
}

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