Current section
Files
Jump to
Current section
Files
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