Skip to content

Instantly share code, notes, and snippets.

@daniel-roberts-10gen
Created March 3, 2012 16:51
Show Gist options
  • Save daniel-roberts-10gen/1966948 to your computer and use it in GitHub Desktop.
Save daniel-roberts-10gen/1966948 to your computer and use it in GitHub Desktop.
Test Hello World!
public class Test
{
public static void main(String args[])
{
System.out.println("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment