Packages

Renamed: this project is now published as bonafide. Placeholder reserving the former name.

Current section

Files

Jump to
arx lib arx.ex
Raw

lib/arx.ex

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