mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-20 20:15:41 +00:00
Keep certain files with no file extension Keep specific files with no file extension Delete all gitignore files |
||
|---|---|---|
| .. | ||
| fibonacci-platform | ||
| quicksort-platform | ||
| fibonacci.roc | ||
| quicksort.roc | ||
| README.md | ||
Algorithm examples
To run:
cargo run fibonacci.roc
cargo run quicksort.roc
To run in release mode instead, do:
cargo run --release fibonacci.roc
cargo run --release quicksort.roc