Packages

Build human-in-the-loop conversation bots

Current section

Files

Jump to
kabootar lib kabootar.ex
Raw

lib/kabootar.ex

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