Swift chamando uma função em Swift

func greet() {
  print("Hello World!")
}
SAMER SAEID