Advent of Code 2024 This repository contains solutions to the Advent of Code challenges for 2024. Running the Solutions Ensure that Node.js version 22 is installed. $ node -v v22.11.0 Each folder contains a Makefile that can be used to run the solutions. make part1 make part2