mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
257 B
257 B
Interpreter
Usage:
$ roc FILENAME.roc
When building from Rust source, use cargo run -- FILENAME.roc
instead of roc FILENAME.roc
.
For example, here's how to run the "EchoName" example this way:
$ cargo run -- examples/EchoName.roc