Advent of Code 2022 in Elixir

There's an eval function in the AOC.Helpers module to test the solutions with the given inputs.

  • Open an iex terminal
iex -S mix
  • Run
AOC.Helpers.eval(&AOC.Day1.Puzzle1.get_elves_calories/1, "inputs/day1.txt")