22 lines
No EOL
228 B
Markdown
22 lines
No EOL
228 B
Markdown
## Compile the Kotlin Example
|
|
|
|
```console
|
|
./bld compile
|
|
```
|
|
|
|
## Run the Example
|
|
|
|
```console
|
|
./bld run
|
|
```
|
|
|
|
## Run the Tests
|
|
|
|
```console
|
|
./bld test
|
|
```
|
|
|
|
## Requirements
|
|
|
|
- Kotlin installed
|
|
- `KOTLIN_HOME` environment variable set |