Swift wywoływanie funkcji w Swift
func greet() {
print("Hello World!")
}
SAMER SAEID
func greet() {
print("Hello World!")
}