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