mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
353 B
353 B
- Install Rust
- Build roc from source
- Run examples with:
# Rust cargo run examples/hello-rust/Hello.roc # Zig cargo run examples/hello-zig/Hello.roc # C cargo run examples/hello-world/Hello.roc
- See here for the other examples.