rust/src/doc/trpl/getting-started.md
FuGangqiang 46462c7b5f fix doc
2015-04-25 16:30:25 +08:00

6 lines
248 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% Getting Started
This first section of the book will get you going with Rust and its tooling.
First, well install Rust. Then, the classic Hello World program. Finally,
well talk about Cargo, Rusts build system and package manager.