]> git.lizzy.rs Git - rust.git/blob - src/doc/trpl/getting-started.md
Resolve unused_parens compilation warning
[rust.git] / src / doc / trpl / getting-started.md
1 % Getting Started
2
3 This first section of the book will get us going with Rust and its tooling.
4 First, we’ll install Rust. Then, the classic ‘Hello World’ program. Finally,
5 we’ll talk about Cargo, Rust’s build system and package manager.