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