16 lines
168 B
Markdown
16 lines
168 B
Markdown
|
|
# helloworld-rs
|
|
|
|
```sh
|
|
cargo run
|
|
```
|
|
|
|
```sh
|
|
cargo build --release
|
|
./target/release/helloworld-rs
|
|
|
|
cargo install --path .
|
|
|
|
cargo install --path . --root /usr/local
|
|
```
|