/advent-of-code-2021

Advent of Code 2021 (Elixir) 🎄

Primary LanguageElixir

Advent of Code 2021 - Elixir Edition

Installation

Run mix deps.get to fetch dependencies.

Run mix compile to compile the application.

Testing

Run mix test to run tests.

Solving Puzzles

Run iex -S mix to run an IEx session.

Run Solution.solve(day, part), where day is the day of the puzzle (1 - 25) and part is the part of the puzzle (1 or 2).