hello(world:)

Returns hello.

Declaration

func hello(
    world: String
) -> String

Parameters

  • world: Person to say hello to.

Returns

"Hello <world>!"