Skip to content

Instantly share code, notes, and snippets.

@hackjutsu
Created October 4, 2016 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hackjutsu/19074cf95a651347889e5acad365af8d to your computer and use it in GitHub Desktop.
Save hackjutsu/19074cf95a651347889e5acad365af8d to your computer and use it in GitHub Desktop.
Java main sample
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