This commit is contained in:
bluepython508
2023-12-18 09:19:27 +00:00
parent 3fc1300387
commit a9519aebbf
8 changed files with 90 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ defmodule Mix.Tasks.Aoc do
defp module(14), do: Aoc2023.Day14
defp module(15), do: Aoc2023.Day15
defp module(16), do: Aoc2023.Day16
defp module(18), do: Aoc2023.Day18
# [MODULE INSERTION POINT]
defp base_dir(), do: System.get_env("AOC_BASE")