Packages

Compare application configurations with support for setting environment variables

Current section

Files

Jump to
diffconfig lib diffconfig.ex
Raw

lib/diffconfig.ex

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