Packages

Twitter engine for giga chads

Current section

Files

Jump to
twitter lib twitter.ex
Raw

lib/twitter.ex

defmodule Twitter do
@moduledoc """
Documentation for `Twitter`.
"""
@doc """
Hello world.
## Examples
iex> Twitter.hello()
:world
"""
def hello do
:world
end
end