My AdventOfCode learning NodeJS
- Login to AoC
- save cookie string into secrets.js (copy secrets_example.js if not present)
- edit index.js to match current year and day (constants and file)
- create sub-folder for year and day and copy solution.js from template folder
- start coding the part1 and part2
- run "npm run main" or "node index.js"
npm run new 2024_5
then edit index.js: settings and import
- Library used for AoC Access: [https://github.com/toblu/advent-of-code-client/blob/main/README.md]