learn v0.1.0 Learn

Documentation for Learn.

Link to this section Summary

Functions

Hello world.

Hello world to name

Link to this section Functions

Hello world.

Examples

iex> Learn.hello()
:world
Link to this function

hello(name)
hello(String.t()) :: String.t()

Hello world to name

Examples

iex> Learn.hello("谭佳松")
"hello 谭佳松"