Return to Snippet

Revision: 49304
at July 19, 2011 16:16 by chamdenjo


Initial Code
public class HelloWorld{
   public static void main(String[] args){
      System.out.println("Hello world!");
   }
}

Initial URL


Initial Description
output the 'helloworld' string

Initial Title
helloworld example

Initial Tags


Initial Language
Java