Packages

Notifications for your Phoenix app.

Current section

Files

Jump to
notix lib notix.ex
Raw

lib/notix.ex

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