learn v0.1.1 Learn
Documentation for Learn.
Link to this section Summary
Link to this section Functions
Link to this function
hello()
Hello world.
Examples
iex> Learn.hello()
:world
Link to this function
hello(name)
Hello world to name
Examples
iex> Learn.hello("谭佳松")
"hello 谭佳松"