hello(world:)¶
Returns hello.
Declaration¶
func hello(
world: String
) -> String
Parameters¶
world: Person to say hello to.
Returns¶
"Hello <world>!"
hello(world:)¶Returns hello.
func hello(
world: String
) -> String
world: Person to say hello to.
"Hello <world>!"