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