mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
13cf67dc13
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
10 lines
207 B
Markdown
10 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.
|