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