use proconio::input; fn main() { input! { _: String, } println!("Hello World!"); }