Created
February 5, 2021 18:54
-
-
Save NicMcPhee/4a93fb6c72c39deb8d77a34202ca0b8f to your computer and use it in GitHub Desktop.
Java Hello World!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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