14 lines
210 B
Markdown
14 lines
210 B
Markdown
## Kotlin Example
|
|
To compile & run the Kotlin example:
|
|
|
|
```text
|
|
./gradlew run --args="example.html"
|
|
```
|
|
|
|
## Java Example
|
|
|
|
To compile & run the Java example:
|
|
|
|
```text
|
|
./gradlew runJava --args="example.html"
|
|
```
|