Packages

Agility is a benchmark suite framework.

Current section

Files

Jump to
agility lib agility.ex
Raw

lib/agility.ex

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