mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
commit
9bae712453
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ after the `->`. This is where the function's return type should be -- take a
|
||||||
look at the `is_even` function for an example!
|
look at the `is_even` function for an example!
|
||||||
|
|
||||||
Also: Did you figure out that, technically, `u32` would be the more fitting type
|
Also: Did you figure out that, technically, `u32` would be the more fitting type
|
||||||
for the prices here, since they can't be negative? If so, kudos!"""
|
for the inputs of the functions here, since the original prices shouldn't be negative? If so, kudos!"""
|
||||||
|
|
||||||
[[exercises]]
|
[[exercises]]
|
||||||
name = "functions5"
|
name = "functions5"
|
||||||
|
|
Loading…
Reference in a new issue