Current section

Files

Jump to
gettext_llm lib gettext_llm.ex
Raw

lib/gettext_llm.ex

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