Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 355 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 355 Bytes

Advent of Code

AoC 2021 38/50

How to run

  1. Create a cookie file in the directory and put your session cookie from the site
  2. Run in a terminal npm run day [day] or npm run day [day]+ for part two
$ echo your_session_cookie_token > cookie
$ npm run day 1
$ npm run day 1+