Skip to content

Commit

Permalink
chore(quiz1): revert wording
Browse files Browse the repository at this point in the history
  • Loading branch information
shadows-withal authored Aug 26, 2021
1 parent 5bdb5de commit 96fc301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/quiz1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// - Functions

// 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!

// I AM NOT DONE
Expand Down

0 comments on commit 96fc301

Please sign in to comment.