mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
464 B
464 B
Roc installation guide for other systems
-
Run examples:
cargo run examples/platform-switching/rocLovesRust.roc # This requires installing the Zig compiler, too. cargo run examples/platform-switching/rocLovesZig.roc # This requires installing the `clang` C compiler, too. cargo run examples/platform-switching/rocLovesC.roc