Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Latest commit

 

History

History
51 lines (38 loc) · 647 Bytes

File metadata and controls

51 lines (38 loc) · 647 Bytes

🎄 Advent of code 2021

This is a starter for the advent of code, in TypeScript. Fork it/clone it, and get started!

Completion

Day Completion

How to

Animated gif demo

1. Install dependencies

yarn

2. Generate a day files

yarn generate
# or
yarn generate --day 01

3. Run a single day

yarn start
# or, to keep process open and listen to changes
yarn dev --day 01

4. Mark day as complete

yarn complete
# or
yarn complete --day 01 --stars 2