This repository contains solutions to the Advent of Code challenges for 2024.
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
This repository contains solutions to the Advent of Code challenges for 2024.
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