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