Packages

Atlas: a reusable Ash library for guides, wikis, and evidence-backed knowledge.

Current section

Files

Jump to
ash_atlas lib ash_atlas.ex
Raw

lib/ash_atlas.ex

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