We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c14ac commit d876649Copy full SHA for d876649
exercises/quiz1.rs
@@ -5,7 +5,7 @@
5
6
// Mary is buying apples. One apple usually costs 2 Rustbucks, but if you buy
7
// more than 40 at once, each apple only costs 1! Write a function that calculates
8
-// the price of an order of apples given the order amount. No hints this time!
+// the price of an order of apples given the quantity bought. No hints this time!
9
10
// I AM NOT DONE
11
0 commit comments