roc/examples/README.md
2021-08-05 23:15:00 -04:00

14 lines
354 B
Markdown

# Examples
Took a look around in the `examples` folder, `examples/benchmarks` contains some larger examples.
Run examples as follows:
1. Navigate to `/examples`
2. Run with:
```
cargo 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.