Packages

TODO: Add a short description of the library.

Current section

Files

Jump to
relay lib relay.ex
Raw

lib/relay.ex

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