Current section

Files

Jump to
kino_copilot lib kino_copilot.ex
Raw

lib/kino_copilot.ex

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