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 0b220f9 commit 74831ddCopy full SHA for 74831dd
exercises/quizzes/quiz1.rs
@@ -6,8 +6,8 @@
6
// Mary is buying apples. The price of an apple is calculated as follows:
7
// - An apple costs 2 rustbucks.
8
// - If Mary buys more than 40 apples, each apple only costs 1 rustbuck!
9
-// Write a function that calculates the price of an order of apples given the
10
-// quantity bought.
+// TODO: Write a function that calculates the price of an order of apples given
+// the quantity bought.
11
12
// Put your function here!
13
// fn calculate_price_of_apples(???) -> ??? {
0 commit comments