Schnelles Aufrufen einer Funktion in Swift

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