pub fn read_prompt(prompt: &str) -> String
Read input from stdin with a prompt
prompt
The user’s input as a String (trimmed of whitespace)