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 f6a37e2 commit d6e26bbCopy full SHA for d6e26bb
exercises/quiz1.rs
@@ -5,7 +5,7 @@
5
// - If
6
7
// Mary is buying apples. One apple usually costs 2 Rustbucks, but if you buy
8
-// more than 40 at once, each apple only costs 1! Write a function that calculates
+// 40 or more at once, each apple only costs 1! Write a function that calculates
9
// the price of an order of apples given the quantity bought. No hints this time!
10
11
// I AM NOT DONE
0 commit comments