Packages

helper library for making Erlang libraries logging framework agnostic

Current section

Files

Jump to
hut examples elixir lib hut_example_elixir.ex
Raw

examples/elixir/lib/hut_example_elixir.ex

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