posted: Jan, 31st 2009 | jump to bottom
public class HellowWorld { public static void main(String args[]) { System.out.println("Hello World!"); } }