Packages

Host-owned customer support automation for Phoenix apps — governed drafting, retrieval-backed answers, and durable workflow tools.

Current section

Files

Jump to
cairnloop lib cairnloop.ex
Raw

lib/cairnloop.ex

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