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