This commit is contained in:
bluepython508
2023-12-18 15:57:01 +00:00
parent a9519aebbf
commit aa1d6f5ca0
7 changed files with 190 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ defmodule Mix.Tasks.Aoc do
defp module(14), do: Aoc2023.Day14
defp module(15), do: Aoc2023.Day15
defp module(16), do: Aoc2023.Day16
defp module(17), do: Aoc2023.Day17
defp module(18), do: Aoc2023.Day18
# [MODULE INSERTION POINT]
@@ -255,4 +256,4 @@ defmodule Mix.Tasks.Aoc do
{:noreply, state}
end
end
end
end