Packages

Core library for the restraint project.

Current section

Files

Jump to
restraint lib restraint.ex
Raw

lib/restraint.ex

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