|
||
---|---|---|
.. | ||
App.java | ||
OldApp.java | ||
README.md |
README.md
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