Current section
Files
Jump to
Current section
Files
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