This commit is contained in:
bluepython508
2023-12-09 12:03:00 +00:00
parent 3361ad3a79
commit 1655ead021
5 changed files with 35 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ defmodule Mix.Tasks.Aoc do
defp module(6), do: Aoc2023.Day6
defp module(7), do: Aoc2023.Day7
defp module(8), do: Aoc2023.Day8
defp module(9), do: Aoc2023.Day9
# [MODULE INSERTION POINT]
defp base_dir(), do: System.get_env("AOC_BASE")
@@ -204,4 +205,4 @@ defmodule Mix.Tasks.Aoc do
{:noreply, state}
end
end
end
end