Current section
Files
Jump to
Current section
Files
lib/ex_codapay.ex
defmodule ExCodapay do
@moduledoc """
Documentation for ExCodapay.
"""
@doc """
Hello world.
## Examples
iex> ExCodapay.hello
:world
"""
def hello do
:world
end
end