Swift llamando a una función en Swift
func greet() {
print("Hello World!")
}
SAMER SAEID
func greet() {
print("Hello World!")
}