File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
// Make me compile! Execute `rustlings hint functions4` for hints :)
3
3
4
4
// This store is having a sale where if the price is an even number, you get
5
- // 10 (money unit) off, but if it's an odd number, it's 3 (money unit) less .
5
+ // 10 Rustbucks off, but if it's an odd number, it's 3 Rustbucks off .
6
6
7
7
// I AM NOT DONE
8
8
Original file line number Diff line number Diff line change 3
3
// - Variables
4
4
// - Functions
5
5
6
- // Mary is buying apples. One apple usually costs 2 dollars , but if you buy
6
+ // Mary is buying apples. One apple usually costs 2 Rustbucks , but if you buy
7
7
// more than 40 at once, each apple only costs 1! Write a function that calculates
8
8
// the price of an order of apples given the order amount. No hints this time!
9
9
You can’t perform that action at this time.
0 commit comments