Current section
Files
Jump to
Current section
Files
lib/error_tracker.ex
defmodule ErrorTracker do
@moduledoc """
Documentation for `ErrorTracker`.
"""
@doc """
Hello world.
## Examples
iex> ErrorTracker.hello()
:world
"""
def hello do
:world
end
end