defmodule Test do
@moduledoc """
Documentation for Test.
"""
@doc """
Hello world.
## Examples
iex> Test.hello()
:world
"""
def hello do
:world
end
end
We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect