5 Commits

Author SHA1 Message Date
Hanai
bf72861972 Merge branch 'main' of https://github.com/rust-lang/rustlings into rust-lang-main 2022-07-16 21:41:39 +08:00
Adam Sherwood
5812f1f27b fix(if2): Rename if2 exercise function to foo_if_fizz.
The reasoning here is pretty straightforward: you don't say "Hungry, if
eat." That doesn't make sense. We want to get "foo" back if given
"fizz", so it seems this makes far more sense as "Eat, if hungry," or in
this case, return `foo_if_fizz` is given.
2022-07-12 11:13:04 +02:00
mokou
4868d18ea3 feat(if): replace hints 2022-07-12 11:10:08 +02:00
Hanai
ec94598e71 exercises 2022-05-21 14:53:49 +08:00
Rob Story
1da84b5f7c feat: Add if2 exercise 2020-05-02 13:02:16 -07:00