#![allow(unused_variables)] fn main() { print!("Hello {}!", "world"); println!("I have a newline {}", "character at the end"); }