"It's beginning to look a lot like Christmas "
Welp, it's that time of the year again. Time to get into the holiday spirit and solve some puzzles. This year, I'm going to be using vanilla Node.js to solve the puzzles.
- Node.js - JavaScript runtime
- Jetbrains WebStorm - IDE
- Git (Duh) - Version control
- Default Android Alarm Clock - I gotta wake up at 6 AM somehow
They work..................Yeah, that's about it. I mean, they're fun to read at least. (If you can understand them, that is)
- Open your bash terminal (if you use anything else, you are objectivity wrong and I am revoking your permission to use this code):
- Clone the repo:
git clone
- Navigate to the day you want to run (Day 1 for me):
cd day1
- Run the script:
node index.js
- Enjoy the output (but you won't enjoy the code)
Q: Do you have a life?
A: Next question, please.
Q: Do you really wake up at 6 AM to solve these puzzles?
A: Yes. I'm not even a morning person.
Why would you contribute to someone else's Advent of Code repo? Go make your own, weirdo.
If you made it this far into the README, I have a secret for you, the code isn't even that bad and there are some really creative solutions. Do honestly give it a look if you have the time.