mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
fix(quiz1): update to say quiz covers "If"
This commit is contained in:
parent
e06ba1df58
commit
1622e8c198
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
// This is a quiz for the following sections:
|
||||
// - Variables
|
||||
// - Functions
|
||||
// - 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
|
||||
|
|
Loading…
Reference in a new issue