use dress_code::*;
fn main() {
println!(
"My outfit will be: {:?}",
choose_outfit(Some(0), Ok("Dear friend, ..."))
);
}