Skip to content

Commit

Permalink
Update to Elixir 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenseacat committed Dec 20, 2024
1 parent f921334 commit 204c027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.17.3-otp-27
elixir 1.18.0-otp-27
erlang 27.1.2
2 changes: 1 addition & 1 deletion lib/advent.ex
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defmodule Advent do
# https://stackoverflow.com/a/42887944/560215
def transpose(rows) do
rows
|> List.zip()
|> Enum.zip()
|> Enum.map(&Tuple.to_list/1)
end

Expand Down

0 comments on commit 204c027

Please sign in to comment.