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