# 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 ```