Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active April 2, 2023 10:10
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 dacr/0ce183b01a83c96080128085b3a36999 to your computer and use it in GitHub Desktop.
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
// 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