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