bitly-shorten/examples/bld/README.md

22 lines
329 B
Markdown

## Kotlin Example
To compile & run the Kotlin example:
```text
./bld compile
./bld run --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
./bld run-retrieve
```
## Java Example
cd
To compile & run the Java example:
```text
./bld compile
./bld run-java --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
```