Packages

The command and control layer for the AI-powered enterprise.

Current section

Files

Jump to
citadel lib citadel.ex
Raw

lib/citadel.ex

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