Hello(animal:)

Says hello to a MySwiftLibrary.Animal.

Declaration

func Hello(
    animal: Animal
) -> String

Parameters

  • animal: An animal to say hello to.

Discussion

Returns A hello text.