]> git.njae.me.uk Git - advent-of-code-24-elixir.git/commit
Update Elixir to latest and clean up warnings (#10)
authorSteven Riehl <sr@stevenriehl.com>
Wed, 30 Nov 2022 18:11:31 +0000 (11:11 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Nov 2022 18:11:31 +0000 (13:11 -0500)
commit1fa1e32fe76be2bfa2520296ec7714a4e7222adb
treeb45c2fc3dce1df798d8ec573ebee495886524fa9
parentc39c3ad1cf8f5cd5e42a89e706de8c0493c7af71
Update Elixir to latest and clean up warnings (#10)
29 files changed:
.tool-versions
README.md
config/config.exs
lib/advent_of_code/day_01.ex
lib/advent_of_code/day_02.ex
lib/advent_of_code/day_03.ex
lib/advent_of_code/day_04.ex
lib/advent_of_code/day_05.ex
lib/advent_of_code/day_06.ex
lib/advent_of_code/day_07.ex
lib/advent_of_code/day_08.ex
lib/advent_of_code/day_09.ex
lib/advent_of_code/day_10.ex
lib/advent_of_code/day_11.ex
lib/advent_of_code/day_12.ex
lib/advent_of_code/day_13.ex
lib/advent_of_code/day_14.ex
lib/advent_of_code/day_15.ex
lib/advent_of_code/day_16.ex
lib/advent_of_code/day_17.ex
lib/advent_of_code/day_18.ex
lib/advent_of_code/day_19.ex
lib/advent_of_code/day_20.ex
lib/advent_of_code/day_21.ex
lib/advent_of_code/day_22.ex
lib/advent_of_code/day_23.ex
lib/advent_of_code/day_24.ex
lib/advent_of_code/day_25.ex
mix.lock [new file with mode: 0644]