Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 198 Bytes

File metadata and controls

17 lines (9 loc) · 198 Bytes

JShell

Open JShell

$ jshell

Main commands:

  • /exit

Execute JShell script

//usr/bin/env jshell --show-version "$0" "$@"; exit $?
System.out.println("Hello World")
/exit