Skip to content

Instantly share code, notes, and snippets.

@NicMcPhee
Created February 5, 2021 18:54
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 NicMcPhee/4a93fb6c72c39deb8d77a34202ca0b8f to your computer and use it in GitHub Desktop.
Save NicMcPhee/4a93fb6c72c39deb8d77a34202ca0b8f to your computer and use it in GitHub Desktop.
Java Hello World!
public class Main {
public static void main(String[] args) {
System.out.println("Hello from inside a Java container!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment