diff options
Diffstat (limited to 'exercises/enums/enums2.rs')
| -rw-r--r-- | exercises/enums/enums2.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/exercises/enums/enums2.rs b/exercises/enums/enums2.rs index 167a6b2..df93fe0 100644 --- a/exercises/enums/enums2.rs +++ b/exercises/enums/enums2.rs @@ -1,5 +1,7 @@ // enums2.rs -// Execute `rustlings hint enums2` or use the `hint` watch subcommand for a hint. +// +// Execute `rustlings hint enums2` or use the `hint` watch subcommand for a +// hint. // I AM NOT DONE |
