Skip to content

Commit

Permalink
Created consistent money unit
Browse files Browse the repository at this point in the history
  • Loading branch information
gabenodarse committed Dec 30, 2019
1 parent 0d1f1a1 commit fd57f8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercises/functions/functions4.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Make me compile! Execute `rustlings hint functions4` for hints :)

// This store is having a sale where if the price is an even number, you get
// 10 (money unit) off, but if it's an odd number, it's 3 (money unit) less.
// 10 Rustbucks off, but if it's an odd number, it's 3 Rustbucks off.

// I AM NOT DONE

Expand Down
2 changes: 1 addition & 1 deletion exercises/test1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// - Variables
// - Functions

// Mary is buying apples. One apple usually costs 2 dollars, but if you buy
// 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
// the price of an order of apples given the order amount. No hints this time!

Expand Down

0 comments on commit fd57f8f

Please sign in to comment.