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