Tuesday, 9 October 2012

Java...

import java.lang.*;
public class Program {
    public static void main(String[] args) {
        System.out.println("Hello world!");
    }
}

I think you can guess what the output is...

No comments:

Post a Comment