Current section

Files

Jump to
bamboo_hr lib bamboo_hr.ex
Raw

lib/bamboo_hr.ex

defmodule BambooHR do
@moduledoc """
Documentation for `BambooHR`.
"""
@doc """
Hello world.
## Examples
iex> BambooHR.hello()
:world
"""
def hello do
:world
end
end