diff options
| author | mo8it <mo8it@proton.me> | 2024-04-24 15:48:29 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-24 15:48:29 +0200 |
| commit | 0a2d4dae5a06af813d8df6132fb3ce8f55c7bdd6 (patch) | |
| tree | 0f123da39a3abd849687a5bd06d5d16d84f08c32 /info.toml | |
| parent | 53fdb9044d54dbdf5f0aa6c309cd285829a04b3a (diff) | |
| parent | 71053101c32d0fd374f8e122880b3d682519bac6 (diff) | |
Merge branch 'main'
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -175,10 +175,7 @@ mode = "run" hint = """ The error message points to the function `sale_price` and says it expects a type after the `->`. This is where the function's return type should be -- take a -look at the `is_even` function for an example! - -Also: Did you figure out that, technically, `u32` would be the more fitting type -for the inputs of the functions here, since the original prices shouldn't be negative? If so, kudos!""" +look at the `is_even` function for an example!""" [[exercises]] name = "functions5" |
