Packages

Supertab API client

Current section

Files

Jump to
getsupertab lib supertab.ex
Raw

lib/supertab.ex

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