Skip to content

Advent of Code 2024 tasks implemented in Typescript

Notifications You must be signed in to change notification settings

pablitoo1/AoC-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Advent of Code 2024 tasks implemented in Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published