The Easiest Way to Save and Share Code Snippets on the web

Your snipt has been migrated to #newsnipt successfully.

helloWorld.java

java

posted: Jan, 31st 2009 | jump to bottom

public class HellowWorld {
	public static void main(String args[]) {
		System.out.println("Hello World!");
}
}
19 views