mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
9 lines
207 B
Markdown
9 lines
207 B
Markdown
# Examples
|
|
|
|
To run examples:
|
|
|
|
```bash
|
|
roc run examples/hello-world/main.roc
|
|
```
|
|
|
|
[crates/cli_testing_examples/](https://github.com/roc-lang/roc/tree/main/crates/cli_testing_examples) has even more examples.
|