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.
Hello(animal:)¶Says hello to a MySwiftLibrary.Animal.
func Hello(
animal: Animal
) -> String
animal: An animal to say hello to.
Returns A hello text.