Last active
April 2, 2023 10:10
-
-
Save dacr/0ce183b01a83c96080128085b3a36999 to your computer and use it in GitHub Desktop.
java hello world script / published by https://github.com/dacr/code-examples-manager #5304f72a-ae55-4af6-a0aa-8d0df88cbef1/17b33b58557efd41b86016106436c544b0836c77
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
// summary : java hello world script | |
// keywords : java, jshell, @testable | |
// publish : gist | |
// authors : David Crosson | |
// license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2) | |
// id : 5304f72a-ae55-4af6-a0aa-8d0df88cbef1 | |
// created-on : 2020-07-07T19:12:18Z | |
// managed-by : https://github.com/dacr/code-examples-manager | |
// execution : jshell --startup this-file.jsh | |
/* for more information : https://en.wikipedia.org/wiki/JShell */ | |
System.out.println("Hello world !") | |
/exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment