Skip to content

Commit 4ee9a0f

Browse files
authored
Merge pull request #1164 from Kodylow/quiz1-typo-fix
Fix Quiz 1 >= Typo
2 parents f6a37e2 + d6e26bb commit 4ee9a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/quiz1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// - If
66

77
// Mary is buying apples. One apple usually costs 2 Rustbucks, but if you buy
8-
// more than 40 at once, each apple only costs 1! Write a function that calculates
8+
// 40 or more at once, each apple only costs 1! Write a function that calculates
99
// the price of an order of apples given the quantity bought. No hints this time!
1010

1111
// I AM NOT DONE

0 commit comments

Comments
 (0)