diff options
Diffstat (limited to 'exercises/09_strings/strings2.rs')
| -rw-r--r-- | exercises/09_strings/strings2.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/exercises/09_strings/strings2.rs b/exercises/09_strings/strings2.rs index ba76fe6..4768278 100644 --- a/exercises/09_strings/strings2.rs +++ b/exercises/09_strings/strings2.rs @@ -1,9 +1,4 @@ -// strings2.rs -// // Make me compile without changing the function signature! -// -// Execute `rustlings hint strings2` or use the `hint` watch subcommand for a -// hint. fn main() { let word = String::from("green"); // Try not changing this line :) |
