Rust input/output

From wikinotes
Revision as of 00:56, 9 February 2023 by Will (talk | contribs) (→‎print)

user input

let name = String::new();
io::stdin().read_line(&mut name);