Skip to content

Instantly share code, notes, and snippets.

@KeithHanson
Created November 20, 2009 21:21
Show Gist options
  • Select an option

  • Save KeithHanson/239793 to your computer and use it in GitHub Desktop.

Select an option

Save KeithHanson/239793 to your computer and use it in GitHub Desktop.
class myfirstjavaprog
{
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