fn get_env(key: &str) -> Result<String, VarError>
Given a key, get the value from the environmental variables, and print it to the console