func sayHello(personName: String) -> String {
let greeting = "Hello, " + personName + "!"
return greeting
}
No comments:
Post a Comment