]> git.lizzy.rs Git - rust.git/blob - src/doc/trpl/basic.md
Rollup merge of #21357 - kimroen:patch-1, r=sanxiyn
[rust.git] / src / doc / trpl / basic.md
1 % Basics
2
3 This section is a linear introduction to the basic syntax and semantics of
4 Rust. It has individual sections on each part of Rust's syntax, and cumulates
5 in a small project: a guessing game.
6
7 After reading "Basics," you will have a good foundation to learn more about
8 Rust, and can write very simple programs.