Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 166 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 166 Bytes

🎄 advent-of-ts

TypeScript Solutions for Advent of Code

Setup

nvm install
npm install

Run

YEAR=2020 DAY=01 PART=1 npm start