15 lines
304 B
Markdown
15 lines
304 B
Markdown
## Kotlin Example
|
|
To compile & run the Kotlin example:
|
|
|
|
```text
|
|
./gradlew run --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
|
|
./gradlew runRetrieve
|
|
```
|
|
|
|
## Java Example
|
|
|
|
To compile & run the Java example:
|
|
|
|
```text
|
|
./gradlew runJava --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
|
|
```
|