# helloworld-rs
```sh
cargo run
```
cargo build --release
./target/release/helloworld-rs
cargo install --path .
cargo install --path . --root /usr/local