Current section
Files
Jump to
Current section
Files
lib/ex_zip_protect.ex
defmodule ExZipProtect do
@moduledoc """
Documentation for `ExZipProtect`.
"""
@doc """
Hello world.
## Examples
iex> ExZipProtect.hello()
:world
"""
def hello do
:world
end
end