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

Pages: 1-

lambda

Name: Anonymous 2011-12-29 2:03

amidoingitrite?


interface lambda_fib{
    public int fib(int);
}

public static void main(String args[])
{
    System.out.println((new lambda_fib() {
        public int fib(int x){ return x != 0 ? fib(x-1)*x : 1;x }
    }).fib(10));
}

Name: Anonymous 2011-12-29 2:09

Why don't you ask someone who can actually code?

Name: Anonymous 2011-12-29 2:10

>>2

THE JOKE


-------- <-- YOUR HEAD

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