This commit is contained in:
bluepython508
2023-12-05 21:20:45 +00:00
parent ce5e83baa4
commit 5e38e1e887
6 changed files with 125 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ defmodule Mix.Tasks.Aoc do
defp module(2), do: Aoc2023.Day2
defp module(3), do: Aoc2023.Day3
defp module(4), do: Aoc2023.Day4
defp module(5), do: Aoc2023.Day5
# [MODULE INSERTION POINT]
defp base_dir(), do: System.get_env("AOC_BASE")