This repository contains solutions for the Advent of Code 2024 challenges, implemented in TypeScript. Each day's challenge is represented by a separate file, allowing you to easily test and run each day's solution.
Clone the repository and install the dependencies with the following commands:
git clone https://github.com/pablitoo1/AoC-2024.git
Install the required dependencies using npm:
npm install
Run the solution for a specific day (for example):
npm run day 1