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