Current section

Files

Jump to
nomad_crd lib nomad_crd.ex
Raw

lib/nomad_crd.ex

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