Auto saved by Logseq

This commit is contained in:
Daniel Gallegos 2023-08-15 18:03:41 -04:00
parent a7a3b7b5f4
commit ee6d1ccd94

View file

@ -7,5 +7,6 @@ tags:: #technology #[[programming language]] #infrastructure
println!("Hello, World!"); println!("Hello, World!");
} }
``` ```
- get started [here](https://www.rust-lang.org/learn/get-started). - 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]] - **next:** [[programming language]]