Skip to content

atme/advent-of-code-2021

Repository files navigation

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+