mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
434 B
434 B
- Install Rust
- Build roc from source
- Run examples with:
# Rust cargo run examples/platform-switching/rust-platform/rocLovesRust.roc # Zig cargo run examples/platform-switching/zig-platform/rocLovesZig.roc # C cargo run examples/platform-switching/c-platform/rocLovesC.roc
- See here for the other examples.