Skip to content

atomicacorn/advent-of-code

Repository files navigation

Advent of Code

https://adventofcode.com/

My solutions using Typescript and the subtle art of flailing at the keyboard.

Advents

How to install

npm i

How to run

See each advent for example commands

npm run advent:<year> <OPTIONAL: days>

How to Test

Runs all tests from all advents

npm run test

2023

How to run

Run all solutions:

npm run advent:2023

Run specific day(s) by including the day numbers as args (e.g. day 1):

npm run advent:2023 1 // runs day 1 only
npm run advent:2023 3 5 9 // runs day 3, 5 and 9

How to test

npm run test:2023

2022

How to run

Run all solutions:

npm run advent:2022

Run specific day(s) by including the day numbers as args (e.g. day 1):

npm run advent:2022 1 // runs day 1 only
npm run advent:2022 3 5 9 // runs day 3, 5 and 9

How to test

npm run test:2022

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published