roc/examples/README.md

13 lines
357 B
Markdown
Raw Normal View History

2021-08-04 19:09:51 +03:00
# Examples
Took a look around in the `examples` folder, `examples/benchmarks` contains some larger examples.
2021-08-04 19:09:51 +03:00
Run examples as follows:
1. Navigate to `/examples`
2. Run with:
```
cargo run run hello-world/Hello.roc
```
Some examples like `examples/benchmarks/NQueens.roc` require input after running.
For NQueens, input 10 in the terminal and press enter.