pub fn read_line() -> String
Reads a line of user input from stdin into a String and returns it. Panics on fail.