rustlings/exercises/03_if/README.md
Denis-Cosmin NUTIU 06573e87ac initial commit
2024-10-28 22:46:17 +02: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)