Packages

a tool com from mix phx.digest

Current section

Files

Jump to
phx_digest lib phx_digest.ex
Raw

lib/phx_digest.ex

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