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