Current section

Files

Jump to
dhcp_ex lib dhcp.ex
Raw

lib/dhcp.ex

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