https://www.youtube.com/watch?v=gpaV4bgEG-g&t=68s
https://github.com/mhanberg/advent-of-code-elixir-starter
Creates Tode, Tests and Tasks for Advent of Code
Usage: mix Advent.Generate.Day 1 2023 mix y2023.d01.p1
If available in Hex, the package can be installed
by adding advent to your list of dependencies in mix.exs:
def deps do
[
{:advent, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/advent.