This commit is contained in:
bluepython508
2023-12-12 11:26:48 +00:00
parent e9367fd784
commit 131f501b91
6 changed files with 112 additions and 0 deletions

View File

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