Packages

A few sentences (a paragraph) describing the project.

Current section

Files

Jump to
nowaythisistaken lib test_hex_package.ex
Raw

lib/test_hex_package.ex

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