diff options
Diffstat (limited to 'exercises/intro/intro2.rs')
| -rw-r--r-- | exercises/intro/intro2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/intro/intro2.rs b/exercises/intro/intro2.rs index 97a073f..efc1af2 100644 --- a/exercises/intro/intro2.rs +++ b/exercises/intro/intro2.rs @@ -1,6 +1,6 @@ // intro2.rs // Make the code print a greeting to the world. -// Execute `rustlings hint intro2` for a hint. +// Execute `rustlings hint intro2` or use the `hint` watch subcommand for a hint. // I AM NOT DONE |
