bitly-shorten/examples/bld/README.md

333 B

Kotlin Example

To compile & run the Kotlin example:

./bld compile


./bld run --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
./bld run-retrieve

Java Example

To compile & run the Java example:

./bld compile

./bld run-java --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'