fix(quiz1): reverting commit that made description incorrect. closes #1169

This commit is contained in:
Daniel Dias 2022-08-27 21:55:29 -03:00
parent 3309a01b5e
commit d72ec957d1

View File

@ -5,7 +5,7 @@
// - If // - If
// Mary is buying apples. One apple usually costs 2 Rustbucks, but if you buy // Mary is buying apples. One apple usually costs 2 Rustbucks, but if you buy
// 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
// the price of an order of apples given the quantity bought. No hints this time! // the price of an order of apples given the quantity bought. No hints this time!
// I AM NOT DONE // I AM NOT DONE