I've the below code to try stdin use std::io; fn main() { println!("What's your name?"); let mut input = String::new(); io::stdin().read_line(&mut ...
確定! 回上一頁