Skip to content

Instantly share code, notes, and snippets.

@mrmemmo
Created September 5, 2019 13:46
Show Gist options
  • Select an option

  • Save mrmemmo/2e7ca89d2e0cb89b551e6c460ae84b14 to your computer and use it in GitHub Desktop.

Select an option

Save mrmemmo/2e7ca89d2e0cb89b551e6c460ae84b14 to your computer and use it in GitHub Desktop.
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello, World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment