bld-kotlin/examples/README.md

18 lines
152 B
Markdown

## Compile the Kotlin Example
```console
./bld compile
```
## Run the Example
```console
./bld run
```
## Run the Tests
```console
./bld test
```