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