f116ab58b2
Replacing all references to the 2nd person with references to the 3rd person (excluding `authors = [ "Your name <you@example.com>" ]` and `file:///home/yourname/projects/hello_world` in `hello-cargo.md`)
6 lines
247 B
Markdown
6 lines
247 B
Markdown
% Getting Started
|
||
|
||
This first section of the book will get us going with Rust and its tooling.
|
||
First, we’ll install Rust. Then, the classic ‘Hello World’ program. Finally,
|
||
we’ll talk about Cargo, Rust’s build system and package manager.
|