Skip to content

Instantly share code, notes, and snippets.

@gyselph
Created January 15, 2021 13:46
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 gyselph/ea851344c5a20bfae239650ce1155941 to your computer and use it in GitHub Desktop.
Save gyselph/ea851344c5a20bfae239650ce1155941 to your computer and use it in GitHub Desktop.
Java 7 to 15: JShell
$ <JDK>/bin/jshell
jshell> System.out.println("hello world")
hello world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment