lib/patchwork.ex
defmodule Patchwork do
@moduledoc """
Documentation for `Patchwork`.
"""
@doc """
Hello world.
## Examples
iex> Patchwork.hello()
:world
"""
def hello do
:world
end
end
defmodule Patchwork do
@moduledoc """
Documentation for `Patchwork`.
"""
@doc """
Hello world.
## Examples
iex> Patchwork.hello()
:world
"""
def hello do
:world
end
end