Current section
Files
Jump to
Current section
Files
lib/ueberauth_testing.ex
defmodule UeberauthTesting do
@moduledoc """
Documentation for UeberauthTesting.
"""
@doc """
Hello world.
## Examples
iex> UeberauthTesting.hello
:world
"""
def hello do
:world
end
end