1
0
Fork 0
rustlings/exercises/if/README.md
2022-10-11 16:47:29 +01:00

7 lines
244 B
Markdown

# 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)