garden/logseq/bak/pages/rust/2024-04-27T14_37_08.333Z.Desktop.md

11 lines
No EOL
611 B
Markdown

tags:: #technology #[[programming language]] #infrastructure #seed
- **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 dippings. the second one has quizzes, highlighting, visualizations, etc. [[pick your poison]].
- **next:** [[programming language]]