Current section

Files

Jump to
ex_at_coder lib ex_at_coder.ex
Raw

lib/ex_at_coder.ex

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