fn main() { let x = "hello"; match x { "foo" => {} "bar" => {} _ => {} } }