/** * @author Chorke Inc * @see Chorke Academia, Inc. * @version 1.0.00.GA * @since 1.0.00.GA */ /* jshell <(curl -s 'https://cdn.chorke.org/exec/cli/java/00_hello_world.jsh.txt') */ System.out.println("Hello world!"); IntStream.range(1, 10).forEach(System.out::println); /exit