packages feed

zeolite-lang-0.19.0.0: example/random/README.md

# Zeolite Random Example

*Also see
[a highlighted version of the example code](https://ta0kira.github.io/zeolite/example/random).*

To run the example:

```shell
# This is just to locate the example code. Not for normal use!
ZEOLITE_PATH=$(zeolite --get-path)

# Compile the example.
zeolite -p "$ZEOLITE_PATH" -r example/random

# Execute the compiled binary.
$ZEOLITE_PATH/example/random/RandomDemo
```