This commit is contained in:
bluepython508
2023-12-18 09:19:27 +00:00
parent 3fc1300387
commit a9519aebbf
8 changed files with 90 additions and 8 deletions

View File

@@ -15,10 +15,6 @@ defmodule Aoc2023.Day16 do
end
end
defp add_vec({y, x}, {y_, x_}) do
{y + y_, x + x_}
end
def parse(input) do
input
|> lines