Last active
February 3, 2026 20:24
-
-
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/a77c2268aadfebe2cd1900617583f34c835a37f2
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 License Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) | |
| // 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