# 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