This commit is contained in:
bluepython508
2023-12-15 09:13:57 +00:00
parent e24b45de16
commit c550c1850c
5 changed files with 37 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ defmodule Mix.Tasks.Aoc do
defp module(12), do: Aoc2023.Day12
defp module(13), do: Aoc2023.Day13
defp module(14), do: Aoc2023.Day14
defp module(15), do: Aoc2023.Day15
# [MODULE INSERTION POINT]
defp base_dir(), do: System.get_env("AOC_BASE")
@@ -252,4 +253,4 @@ defmodule Mix.Tasks.Aoc do
{:noreply, state}
end
end
end
end