mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
13 lines
No EOL
353 B
Markdown
13 lines
No EOL
353 B
Markdown
|
|
1. [Install Rust](https://rustup.rs/)
|
|
2. [Build roc from source](../BUILDING_FROM_SOURCE.md)
|
|
3. 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
|
|
```
|
|
4. See [here](../README.md#examples) for the other examples. |