// Hi there π, this is Shaeq! Welcome to my page. loop { match coffee { Coffee::Empty => coffee.refill(), _ => coffee.drink() } }