🚀 Question 199: In Rust, what happens when your landlord sells the house? Do you still get to be the tenant? 🦀 ```rust fn main() { let s1 = String::from("hi"); let s2 = &s1; let s3 = s1; println!("{}", s2); } ```
0
0
11
871
0