We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3309a01 commit 94bdb70Copy full SHA for 94bdb70
exercises/lifetimes/lifetimes1.rs
@@ -22,5 +22,5 @@ fn main() {
22
let string2 = "xyz";
23
24
let result = longest(string1.as_str(), string2);
25
- println!("The longest string is {}", result);
+ println!("The longest string is '{}'", result);
26
}
0 commit comments