kwiatkk1 / aoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎄 advent-of-code solutions

These are my quick and dirty solutions to Advent Of Code problems.

How to use it?

Prepare files for next puzzle:

npm run next

Run the solution of the last puzzle:

npm start

Additional options

Both commands allow you to select the year and day:

npm run next -- --year=2021 --day=23
npm start -- --year=2022 --day=23

You can run part 2 of the puzzle only:

npm start -- --part=2

Or you can run it against test data only:

npm start -- --test

About


Languages

Language:TypeScript 100.0%