Skip to content

Instantly share code, notes, and snippets.

@carneeki
Last active December 10, 2015 09:09
Show Gist options
  • Save carneeki/4412677 to your computer and use it in GitHub Desktop.
Save carneeki/4412677 to your computer and use it in GitHub Desktop.
HelloWorld - the classic first program to write.
class HelloWorld
{
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