Current section

Files

Jump to
dbman lib seshat.ex
Raw

lib/seshat.ex

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