Skip to content

Instantly share code, notes, and snippets.

@captswag
Last active August 29, 2015 14:19
Show Gist options
  • Save captswag/71674336e3340390d526 to your computer and use it in GitHub Desktop.
Save captswag/71674336e3340390d526 to your computer and use it in GitHub Desktop.
Trying out Gist with a sample hello world program in Java
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