Skip to content

pablitoo1/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 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) and current year:

npm run day 1

Run the solution for a specific day (for example) and choosen year:

npm run day 1 2024

About

Advent of Code tasks implemented in Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published