Current section
Files
Jump to
Current section
Files
lib/ex_coinflex.ex
defmodule ExCoinflex do
@moduledoc """
Documentation for `ExCoinflex`.
"""
@doc """
Hello world.
## Examples
iex> ExCoinflex.hello()
:world
"""
def hello do
:world
end
end