Initial commit (split from bld-kotlin)
Some checks failed
bld-ci / build-bld-project (17) (push) Has been cancelled
bld-ci / build-bld-project (21) (push) Has been cancelled
bld-ci / build-bld-project (22) (push) Has been cancelled
javadocs-pages / deploy (push) Has been cancelled

This commit is contained in:
Erik C. Thauvin 2024-06-15 16:36:35 -07:00
commit a46ed2c012
Signed by: erik
GPG key ID: 776702A6A2DA330E
67 changed files with 3428 additions and 0 deletions

27
examples/README.md Normal file
View file

@ -0,0 +1,27 @@
## Compile the Example
```console
./bld compile
```
## Run the Example
```console
./bld run
```
## Run the Tests
```console
./bld test
```
## Build the documentation with [Dokka](https://github.com/Kotlin/dokka)
```console
./bld javadoc
./bld dokka-html
./bld dokka-gfm
./bld dokka-jekyll
```