Packages

A platform engineering utility for software engineers.

Current section

Files

Jump to
nucleate lib nucleate.ex
Raw

lib/nucleate.ex

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