No description
Find a file
2024-12-01 10:12:03 +01:00
day1 feat: Add part2.md with Day 1 puzzle description for Advent of Code 2024 2024-12-01 10:10:41 +01:00
lib feat: Add similarity score calculation for Day 1 Part 2 2024-12-01 10:12:03 +01:00
test feat: Add similarity score calculation for Day 1 Part 2 2024-12-01 10:12:03 +01:00
.formatter.exs project scaffold 2024-12-01 09:46:47 +01:00
.gitignore project scaffold 2024-12-01 09:46:47 +01:00
mix.exs project scaffold 2024-12-01 09:46:47 +01:00
README.md project scaffold 2024-12-01 09:46:47 +01:00

AdventCode2024

TODO: Add description

Installation

If available in Hex, the package can be installed by adding advent_code_2024 to your list of dependencies in mix.exs:

def deps do
  [
    {:advent_code_2024, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/advent_code_2024.