mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
.. | ||
benchmarks | ||
cli | ||
effect | ||
false-interpreter | ||
fib | ||
hello-rust | ||
hello-swift | ||
hello-web | ||
hello-world | ||
hello-zig | ||
quicksort | ||
tui | ||
.gitignore | ||
README.md |
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.