/advent-of-code

My solutions for Advent of Code (https://adventofcode.com/)

Primary LanguageJavaScriptMIT LicenseMIT

Advent of Code

This repository contains my solutions for the Advent of Code

How to Run

You can try out my solutions by cloning this repo and running the following:

npm run solve <year> <day>

for example:

npm run solve 2022 1