defmodule HutExampleElixir do @moduledoc false def start() do # run the Erlang example app :hut_example.start() :ok end end