mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
354 B
354 B
Examples
Took a look around in the examples
folder, examples/benchmarks
contains some larger examples.
Run examples as follows:
- Navigate to
/examples
- 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.