21 lines
278 B
Markdown
21 lines
278 B
Markdown
## Compile the Kotlin Example
|
|
|
|
```console
|
|
./bld compile
|
|
```
|
|
|
|
## Run the Example
|
|
|
|
```console
|
|
./bld run
|
|
```
|
|
|
|
## Run the Tests
|
|
|
|
```console
|
|
./bld test
|
|
```
|
|
|
|
## Requirements
|
|
|
|
- A Kotlin compiler must be [installed](https://kotlinlang.org/docs/command-line.html#install-the-compiler).
|