Current section

Files

Jump to
future_butcher_engine lib future_butcher_engine.ex
Raw

lib/future_butcher_engine.ex

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