Packages

First Hex package to learn how it works

Current section

Files

Jump to
dimamik_first_hex_renamed lib dimamik_hex_package.ex
Raw

lib/dimamik_hex_package.ex

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