diff options
| author | mokou <mokou@fastmail.com> | 2022-07-14 17:30:04 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-14 17:30:43 +0200 |
| commit | 472d7944f95e41d8fa9f78ac2870a3827afdc544 (patch) | |
| tree | d078a439d14f7c85a7f8457705426ac080d7406c /exercises | |
| parent | c64b340622a59f60b0b056ed849557bc4872a535 (diff) | |
fix(quiz2): add hint comment
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/quiz2.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/quiz2.rs b/exercises/quiz2.rs index d2211c7..5d3ccc0 100644 --- a/exercises/quiz2.rs +++ b/exercises/quiz2.rs @@ -16,6 +16,7 @@ // - The input is going to be a Vector of a 2-length tuple, // the first element is the string, the second one is the command. // - The output element is going to be a Vector of strings. +// Execute `rustlings hint quiz2` or use the `hint` watch subcommand for a hint. pub enum Command { Uppercase, |
