zeolite-lang-0.1.2.1: example/hello/README.md
# Zeolite Hello Example 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" -i lib/util -m HelloDemo example/hello # Execute the compiled binary. $ZEOLITE_PATH/example/hello/HelloDemo ```