Packages

Caitlyn is a League of Legends API wrapper for Elixir.

Retired package: Deprecated - Dead library

Current section

Files

Jump to
caitlyn lib caitlyn.ex
Raw

lib/caitlyn.ex

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