string_from_print

fn main() {
    let s = String::from("hello");
    println!("{}", s)
}