ash_admin/lib/ash_admin.ex
Zach Daniel c4abb289bf init
2020-11-25 16:17:04 -05:00

18 lines
204 B
Elixir

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