rustlings/exercises/if
2023-10-15 18:00:35 +01:00
..
if1.rs Completed some exercises 2023-10-15 18:00:35 +01:00
if2.rs Completed some exercises 2023-10-15 18:00:35 +01:00
if3.rs Completed some exercises 2023-10-15 18:00:35 +01:00
README.md feat(if): replace hints 2022-07-12 11:10:08 +02:00

If

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

Further information