rustlings/exercises/if
liv a09a0c47ae fix: add extra line in if3 comment 2023-09-04 13:53:54 +02:00
..
README.md feat(if): replace hints 2022-07-12 11:10:08 +02:00
if1.rs docs: cleanup the explanation paragraphs at the start of each exercise. 2023-05-29 18:41:51 +01:00
if2.rs docs: cleanup the explanation paragraphs at the start of each exercise. 2023-05-29 18:41:51 +01:00
if3.rs fix: add extra line in if3 comment 2023-09-04 13:53:54 +02:00

README.md

If

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

Further information