mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
Add quotes
This commit is contained in:
parent
3309a01b5e
commit
94bdb708fe
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ fn main() {
|
|||
let string2 = "xyz";
|
||||
|
||||
let result = longest(string1.as_str(), string2);
|
||||
println!("The longest string is {}", result);
|
||||
println!("The longest string is '{}'", result);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue