Current section

Files

Jump to
sum_mag lib sum_mag.ex
Raw

lib/sum_mag.ex

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