Archive for October, 2009

Hello world!

Sunday, October 25th, 2009

class HelloWorld{

  public static void main(String args[]) {

    System.out.println(“Hello world!”);

  }

}