mirror of
https://github.com/TacoWolf/garden.git
synced 2026-01-14 13:10:02 -05:00
11 lines
No EOL
595 B
Markdown
11 lines
No EOL
595 B
Markdown
tags:: #technology #[[programming language]] #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]] |