Packages

MEXC API Client for Elixir

Current section

Files

Jump to
ex_phemex lib ex_phemex.ex
Raw

lib/ex_phemex.ex

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