Current section
Files
Jump to
Current section
Files
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