Project for Advent of Code 2024 Edition with solutions in Elixir. Project was created using mix
project manager with aoc package for managing solutions environment.
To set default attribute:
mix aoc.set --dat <N> --year <N>
To run tests (examples from task description) run:
mix aoc.test --day <N> --part <N>
To run downloaded task input file (from /priv/2024/day-xx.inp) run:
mix aoc.run --day <xx>
To create new solution file for new day, run:
mix aoc.create --day <xx>