mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
docs(rustlang): Rust Hello World instructions
This commit is contained in:
+2
-1
@@ -39,7 +39,8 @@ cargo install ripgrep
|
||||
|
||||
```bash
|
||||
cargo new hello --bin
|
||||
pushd ./hello/
|
||||
cargo build --release
|
||||
./hello
|
||||
./target/release/hello
|
||||
> "Hello, world!"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user