mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-13 21:03:31 +02:00
feat: completed lifetimes
This commit is contained in:
@@ -15,6 +15,6 @@ fn main() {
|
||||
{
|
||||
let string2 = String::from("xyz");
|
||||
result = longest(&string1, &string2);
|
||||
println!("The longest string is '{result}'");
|
||||
}
|
||||
println!("The longest string is '{result}'");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user