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