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