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