summaryrefslogtreecommitdiff
path: root/exercises/if/README.md
blob: b115721808558e7164ced00cc0190b1ab016e694 (plain)
1
2
3
4
5
6
7
### If

`if`, the most basic type of control flow, is what you'll learn here.

#### Book Sections

- [Control Flow - if expressions](https://doc.rust-lang.org/book/ch03-05-control-flow.html#if-expressions)