isgd-shorten/examples/bld/README.md

18 lines
297 B
Markdown

## Kotlin Example
To compile & run the Kotlin example:
```text
./bld compile
./bld run --args='https://www.example.com https://is.gd/Pt2sET'
```
## Java Example
To compile & run the Java example:
```text
./bld compile
./bld run-java --args='https://www.example.com https://is.gd/Pt2sET'
```