AdventOfCode/2024
2024-12-09 08:55:53 +09:00
..
day1.exs Replace custom function with Enum.zip_with 2024-12-01 14:27:54 +09:00
day2.exs Use Enum.any?/2 instead of Enum.find_value/3 2024-12-03 09:59:23 +09:00
day3.exs Slightly cleaner without capture: :all_but_first for part 2 2024-12-03 16:50:47 +09:00
day4.exs 2024 day 4 2024-12-04 22:58:32 +09:00
day5.exs 2024 Day 5 2024-12-05 20:00:55 +09:00
day6.exs 2024 Day6 part 1 2024-12-06 15:18:33 +09:00
day8.exs clearer variable names 2024-12-09 08:55:53 +09:00