rustlings-solutions/exercises/03_if
..
if1.rs
if2.rs
if3.rs
README.md

If

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

Further information