mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
borrow_string() takes in &str so the value won't be moved into it. hence updated the message inside println!()
borrow_string() takes in &str so the value won't be moved into it. hence updated the message inside println!()