code-examples/2025/03/jbang_demo1/README.md

244 B

Jbang demo

How to install Jbang

  1. Get it from https://sdkman.io/
  2. Install with curl -s "https://get.sdkman.io" | bash

How to run it

Without debugging

jbang App.java

with debugging

jbang --verbose run App.java