This commit is contained in:
bluepython508
2023-12-16 08:51:08 +00:00
parent c550c1850c
commit 3fc1300387
5 changed files with 84 additions and 0 deletions

View File

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