Packages

Public Key Encryption Helper tasks.

Current section

Files

Jump to
ex_pke lib ex_pke.ex
Raw

lib/ex_pke.ex

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