roc/examples/README.md

10 lines
207 B
Markdown
Raw Normal View History

2021-08-04 19:09:51 +03:00
# Examples
To run examples:
2022-02-28 15:41:19 +03:00
```bash
roc run examples/hello-world/main.roc
```
2022-02-28 15:41:19 +03:00
[crates/cli_testing_examples/](https://github.com/roc-lang/roc/tree/main/crates/cli_testing_examples) has even more examples.