1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-05-21 22:33:32 +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-25 18:19:30 +02:00
2024-07-04 13:38:41 +02:00
2024-09-14 10:03:52 +02:00
2024-06-21 15:06:50 +02:00
2024-06-21 22:54:00 +02:00
2024-08-15 14:21:27 -04:00
2024-07-04 13:00:04 +02:00
2024-08-22 14:42:17 +02:00
2024-06-27 02:25:11 +02:00
2024-06-27 16:15:53 +02:00
2024-07-22 12:02:59 +02:00
2024-08-20 13:35:07 +02:00
2024-07-01 11:54:05 +02:00
2024-07-01 12:09:52 +02:00
2024-07-05 15:31:39 +02:00
2024-07-08 15:20:23 +02:00
2024-08-09 12:47:32 +02:00

Official Rustlings solutions

Before you finish an exercise, its solution file will only contain an empty main function. The content of this file will be automatically replaced by the actual solution once you finish the exercise.

Note that these solutions are often only one possibility to solve an exercise.