lib/elrondex.ex
defmodule Elrondex do
@moduledoc """
Documentation for `Elrondex`.
"""
@doc """
Hello world.
## Examples
iex> Elrondex.hello()
:world
"""
def hello do
:world
end
end
defmodule Elrondex do
@moduledoc """
Documentation for `Elrondex`.
"""
@doc """
Hello world.
## Examples
iex> Elrondex.hello()
:world
"""
def hello do
:world
end
end