Minor cleanup

This commit is contained in:
Erik C. Thauvin 2023-11-12 01:14:29 -08:00
parent 361fdaf815
commit b21ae45410
15 changed files with 91 additions and 6 deletions

View file

@ -12,7 +12,7 @@ To compile & run the Kotlin example:
To compile & run the Java example:
```text
./gradlew run
./gradlew runJava
./gradlew runJava --args="btc"
./gradlew runJava --args="eth eur"
```