Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 592 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 592 Bytes

Advent of Code 2024 - Solutions in TypeScript

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.

Installation

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