.---_ ____ ____ ____ ____ ____ ____
/ / /\| ||A |||d |||v |||e |||n |||t ||
/ / | \ * ||__|||__|||__|||__|||__|||__||
/ / \ \ |/__\|/__\|/__\|/__\|/__\|/__\|
/ / / \ \ ____ ____ _________ ____ ____ ____ ____
./~~~~~~~~~~~\. ||o |||f ||| |||C |||o |||d |||e ||
( .",^. -". '.~ ) ||__|||__|||_______|||__|||__|||__|||__||
'~~~~~~~~~~~~~' |/__\|/__\|/_______\|/__\|/__\|/__\|/__\|
My solutions to Advent of Code. π
- Log into AoC website.
- Extract the session id from the cookie.
- Save the session id in a file named
.env
, in the formator, if using GitHub Codespaces, update theAOC_SESSION=<aoc session id>
AOC_SESSION
secret here.
- Setup
yarn
- Run
yarn solve yyyy d
- Setup
python -m pip install -r requirements.txt
- Run
yarn pysolve yyyy d