garden/pages/rust.md

12 lines
No EOL
515 B
Markdown

tags:: #technology #[[programming language]] #infrastructure
- **prev:** [[programming]]
- a cross-[[programming paradigm]] general-purpose [[programming language]].
- ```rust
fn main() {
println!("Hello, World!");
}
```
- learn how to install rust [here](https://www.rust-lang.org/learn/get-started).
- read the manual for rust [here](https://doc.rust-lang.org/book/) and [here](https://rust-book.cs.brown.edu/). the first one is the official one with no fancy fla
- **next:** [[programming language]]