fn main() { let x = ["Foo", "Bar"] for i in x { println(i) } }