Ho Ho Ho! Welcome to my coding wonderland where I tackle the enchanting challenges of Advent of Code 2023. 🌟 Each day (I wish it was each day), as we approach Christmas, I unwrap a new coding puzzle and jingle my way through the solutions.
- Clone the Repository:
git clone https://github.com/turtleflyer/advent-of-code-2023.git
cd advent-of-code-2023
- Install Node.js Dependencies:
Ensure you have Node.js installed, and then run:
npm ci
- Discover the Magic:
To reveal the answers to the challenges, simply run:
npm start -- -- (--day|-d) N_OF_DAY [(--part|-p) N_OF_PART]
Replace N_OF_DAY
with the day's challenge number, the same goes for the part number.
- Spread the Joy:
Feel free to explore, learn, and share the festive spirit by adding your solutions or improvements. Contributions are like little ornaments that make this repository shine even brighter! 🌟
May your code be bug-free, your logic be sound, and your holiday season be filled with joyous coding adventures. Happy Advent of Code! 🎅🎁