Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 340 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 340 Bytes

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