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 5bdb5de commit 96fc301Copy full SHA for 96fc301
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
-// 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
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