Packages

Test app to upload to Hex account

Current section

Files

Jump to
simple_hex lib simple_hex.ex
Raw

lib/simple_hex.ex

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