Current section

Files

Jump to
tower_error_tracker lib tower_error_tracker.ex
Raw

lib/tower_error_tracker.ex

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