diff options
| author | mokou <mokou@fastmail.com> | 2022-07-12 11:08:29 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-12 11:08:29 +0200 |
| commit | 742fb08e010725868ebdce41038461088d95a3d9 (patch) | |
| tree | 467fba3347703656f518182c53973a6938515103 /exercises/functions/functions3.rs | |
| parent | 093a525450bd1d0092d91bb90969bffab2df55a9 (diff) | |
feat(functions): more small fixes
Diffstat (limited to 'exercises/functions/functions3.rs')
| -rw-r--r-- | exercises/functions/functions3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/functions/functions3.rs b/exercises/functions/functions3.rs index ed5f839..3b9e585 100644 --- a/exercises/functions/functions3.rs +++ b/exercises/functions/functions3.rs @@ -1,5 +1,5 @@ // functions3.rs -// Make me compile! Execute `rustlings hint functions3` for hints :) +// Execute `rustlings hint functions3` or use the `hint` watch subcommand for a hint. // I AM NOT DONE |
