Skip to content

Instantly share code, notes, and snippets.

@2013techsmarts
Created February 15, 2017 16:37
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 2013techsmarts/59a6a47ad7895b264153aa7ee51682fa to your computer and use it in GitHub Desktop.
Save 2013techsmarts/59a6a47ad7895b264153aa7ee51682fa to your computer and use it in GitHub Desktop.
C:\Users\ABC>jshell
| Welcome to JShell -- Version 9-ea
| For an introduction type: /help intro
jshell> System.out.println("Say hello to jshell!!!");
Say hello to jshell!!!
jshell>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment