diff options
| author | diannasoreil <mokou@fastmail.com> | 2021-12-30 12:58:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-30 12:58:50 +0100 |
| commit | 74739261d61f4ad7f104aa7d4bec3b3992f0d720 (patch) | |
| tree | 5bd571b4e46dab7531eefcfbcba0c06c1193a588 | |
| parent | e06ba1df58a4bc3a8ccbbd11c8a393cf98a875db (diff) | |
| parent | 1622e8c198d89739765c915203efff0091bdeb78 (diff) | |
Merge pull request #899 from tan-zx/quiz1/comments
fix(quiz1): update to say quiz covers "If"
| -rw-r--r-- | exercises/quiz1.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/quiz1.rs b/exercises/quiz1.rs index b13b928..7bd3f58 100644 --- a/exercises/quiz1.rs +++ b/exercises/quiz1.rs @@ -2,6 +2,7 @@ // This is a quiz for the following sections: // - Variables // - Functions +// - If // Mary is buying apples. One apple usually costs 2 Rustbucks, but if you buy // more than 40 at once, each apple only costs 1! Write a function that calculates |
