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

`if`, the most basic (but still surprisingly versatile!) type of control flow, is what you'll learn here.

## Further information

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