Packages

PROPRIETARY SOFTWARE - SEE LICENSE FILE

Current section

Files

Jump to
bentix lib bentix.ex
Raw

lib/bentix.ex

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