#![allow(unused_variables)] fn main() { let a = "hello"; let b = " world"; let c = a.to_string() + b; }