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