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