pub fn user_input() -> String
Parse user input, trims it and then returns it as a String
let input = user_input(); println!("{}", a); // Your input from the terminal