rustlings/exercises/03_if
Remo Senekowitsch b540c6df25 Make if2 less confusing
Some people would get stuck on this exercise, trying to understand the meaning
behind foo, fuzz, baz etc. Making the theme of the code make a little more sense
to humans should hopefully prevent people from getting confused by abstract and
non-sensical tests.
2024-09-14 10:03:52 +02:00
..
if1.rs Remove unneeded pub 2024-05-22 15:04:12 +02:00
if2.rs Make if2 less confusing 2024-09-14 10:03:52 +02:00
if3.rs if3 solution 2024-05-22 15:54:35 +02:00
README.md Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00

If

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

Further information