use std::ops::Add; fn main(){ let hello = String::from("Hello world"); println!("{}", hello.add("!!!!")); }