Packages

Client For Building Paid APIs Using Get402.com

Current section

Files

Jump to
get402 lib get402.ex
Raw

lib/get402.ex

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