Packages

Mitake API library for Elixir

Current section

Files

Jump to
ex_mitake lib ex_mitake.ex
Raw

lib/ex_mitake.ex

defmodule ExMitake do
@moduledoc """
Documentation for ExMitake.
"""
@doc """
Hello world.
## Examples
iex> ExMitake.hello
:world
"""
# def hello do
# :world
# end
end