Merge pull request #1164 from Kodylow/quiz1-typo-fix

Fix Quiz 1 >= Typo
This commit is contained in:
liv 2022-08-25 12:11:49 +02:00 committed by GitHub
commit 4ee9a0f6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
// - If
// Mary is buying apples. One apple usually costs 2 Rustbucks, but if you buy
// more than 40 at once, each apple only costs 1! Write a function that calculates
// 40 or more 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