Packages

Exploration of Erlang priv path resolution

Retired package: Release invalid - Just a test

Current section

Files

Jump to
archive_priv_dir_test lib archive_priv_dir_test.ex
Raw

lib/archive_priv_dir_test.ex

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