This commit is contained in:
bluepython508
2023-12-13 12:17:31 +00:00
parent 131f501b91
commit 03b92dd930
6 changed files with 67 additions and 1 deletions

View File

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