Skip to content

Instantly share code, notes, and snippets.

@STRd6
Created December 6, 2013 20:03
Show Gist options
  • Save STRd6/7831236 to your computer and use it in GitHub Desktop.
Save STRd6/7831236 to your computer and use it in GitHub Desktop.
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); // Display the string.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment