You need to get your session Id and put it in a file called session.js in the base-folder.
having session.js look like this:
module.exports = 'your secret sesssion id here';
Run each day by doing eg: node ./01/part2.js
You need to get your session Id and put it in a file called session.js in the base-folder.
having session.js look like this:
module.exports = 'your secret sesssion id here';
Run each day by doing eg: node ./01/part2.js