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