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]]