This commit is contained in:
bluepython508
2023-12-11 13:33:19 +00:00
parent 5c04d2651e
commit 753635b38e
5 changed files with 62 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ defmodule Mix.Tasks.Aoc do
defp module(8), do: Aoc2023.Day8
defp module(9), do: Aoc2023.Day9
defp module(10), do: Aoc2023.Day10
defp module(11), do: Aoc2023.Day11
# [MODULE INSERTION POINT]
defp base_dir(), do: System.get_env("AOC_BASE")