Skip to content

Commit 74831dd

Browse files
committed
Add TODO
1 parent 0b220f9 commit 74831dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/quizzes/quiz1.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// Mary is buying apples. The price of an apple is calculated as follows:
77
// - An apple costs 2 rustbucks.
88
// - 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.
9+
// TODO: Write a function that calculates the price of an order of apples given
10+
// the quantity bought.
1111

1212
// Put your function here!
1313
// fn calculate_price_of_apples(???) -> ??? {

0 commit comments

Comments
 (0)