Current section
Files
Jump to
Current section
Files
lib/kite_connect.ex
defmodule KiteConnect do
@moduledoc """
Documentation for KiteConnect.
"""
@doc """
Hello world.
## Examples
iex> KiteConnect.hello()
:world
"""
def hello do
:world
end
end