summaryrefslogtreecommitdiff
path: root/exercises/quiz2.rs
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-07-14 17:30:04 +0200
committermokou <mokou@fastmail.com>2022-07-14 17:30:43 +0200
commit472d7944f95e41d8fa9f78ac2870a3827afdc544 (patch)
treed078a439d14f7c85a7f8457705426ac080d7406c /exercises/quiz2.rs
parentc64b340622a59f60b0b056ed849557bc4872a535 (diff)
fix(quiz2): add hint comment
Diffstat (limited to 'exercises/quiz2.rs')
-rw-r--r--exercises/quiz2.rs1
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,