Current section

Files

Jump to
ecarg lib ecarg.ex
Raw

lib/ecarg.ex

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