Packages

Track changes to your database with Ecto.

Current section

Files

Jump to
footprint lib footprint.ex
Raw

lib/footprint.ex

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