Packages

A minimal wrapper for the Vainglory API.

Current section

Files

Jump to
halcyon lib halcyon.ex
Raw

lib/halcyon.ex

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