rustlings/exercises/03_if
kingecg c40d940946 at strings 2025-09-23 22:33:47 +08:00
..
README.md at strings 2025-09-23 22:33:47 +08:00
if1.rs at strings 2025-09-23 22:33:47 +08:00
if2.rs at strings 2025-09-23 22:33:47 +08:00
if3.rs at strings 2025-09-23 22:33:47 +08:00

README.md

If

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

Further information