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 df25684 commit 03131a3Copy full SHA for 03131a3
exercises/quiz1.rs
@@ -4,7 +4,7 @@
4
// - Functions
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
+// 40 or more at once, each apple only costs 1! Write a function that calculates
8
// the price of an order of apples given the quantity bought. No hints this time!
9
10
// I AM NOT DONE
0 commit comments