1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-04-23 12:08:46 +02:00
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
..
2024-05-22 15:04:12 +02:00
2024-09-14 10:03:52 +02:00
2024-05-22 15:54:35 +02:00

If

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

Further information