Skip to content

Instantly share code, notes, and snippets.

@horninc
Created January 17, 2010 19:53
Show Gist options
  • Save horninc/279544 to your computer and use it in GitHub Desktop.
Save horninc/279544 to your computer and use it in GitHub Desktop.
public class HelloWorld{
public static void main (Strng[] args)
{
System.out.println("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment