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