244 B
244 B
Jbang demo
How to install Jbang
- Get it from https://sdkman.io/
- 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