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