diff options
| author | diannasoriel <mokou@fastmail.com> | 2021-08-26 10:30:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-26 10:30:18 +0200 |
| commit | 96fc3017642b1b4b224390320111c6e305c736a3 (patch) | |
| tree | 1e152370c7e7d5d08c3888e7794deab97c9d5aa2 /exercises | |
| parent | 5bdb5de855c2bed799ecf7da9206bccb93c29d09 (diff) | |
chore(quiz1): revert wording
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/quiz1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/quiz1.rs b/exercises/quiz1.rs index 985cd97..3af1293 100644 --- a/exercises/quiz1.rs +++ b/exercises/quiz1.rs @@ -4,7 +4,7 @@ // - Functions // Mary is buying apples. One apple usually costs 2 Rustbucks, but if you buy -// 40 or more at once, each apple only costs 1! Write a function that calculates +// more than 40 at once, each apple only costs 1! Write a function that calculates // the price of an order of apples given the quantity bought. No hints this time! // I AM NOT DONE |
