Skip to content

b3nThomas/advent-of-code

Repository files navigation

Repo to tackle the annual Advent of Code challenges.

Usage

When starting a new day:

$ yarn generate new day

Then:

# Run a specific year/day
$ year=2022 day=1 yarn start

# Watch a specific year/day
$ year=2022 day=1 yarn watch

# Test specific year/day
$ yarn test src/2022/1

# Test current changes
$ yarn test --watch