Current section
Files
Jump to
Current section
Files
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