Current section

Files

Jump to
phoenix_islands lib phoenix_islands.ex
Raw

lib/phoenix_islands.ex

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