use proconio::fastout; #[fastout] fn main() { print!("{}{} ", 'H', "ello"); println!("{}!", "World"); }