rustlings/exercises/if
2023-07-03 14:52:13 -04: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 added if3 based on: Using if in a let Statement 2023-07-03 14:52:13 -04: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