Packages

Riot League of Legends API wrapper

Current section

Files

Jump to
zaun_ex lib zaun.ex
Raw

lib/zaun.ex

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