This commit is contained in:
bluepython508
2023-12-07 11:51:22 +00:00
parent abbd8a263a
commit 863e1a5cb0
5 changed files with 81 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ defmodule Mix.Tasks.Aoc do
defp module(4), do: Aoc2023.Day4
defp module(5), do: Aoc2023.Day5
defp module(6), do: Aoc2023.Day6
defp module(7), do: Aoc2023.Day7
# [MODULE INSERTION POINT]
defp base_dir(), do: System.get_env("AOC_BASE")