This commit is contained in:
bluepython508
2023-12-10 17:24:56 +00:00
parent 1655ead021
commit 5c04d2651e
13 changed files with 142 additions and 0 deletions

View File

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