=================================================
These are my solutions for the Advent of Code programming challenges.
This is a quick list of all solutions:
| Day | Name | NodeJS |
|---|---|---|
| 01 | Not Quite Lisp | ⭐ ⭐ (./day01/solution.js) |
| 02 | I Was Told There Would Be No Math | ⭐ ⭐ (./day02/solution.js) |
| 03 | Perfectly Spherical Houses in a Vacuum | ⭐ ⭐ (./day03/solution.js) |
| 04 | The Ideal Stocking Stuffer | ⭐ ⭐ (./day04/solution.js) |
| 05 | Doesn't He Have Intern-Elves For This? | ⭐ ⭐ (./day05/solution.js) |
| 06 | Probably a Fire Hazard | ⭐ ⭐ (./day06/solution.js) |
| 07 | Some Assembly Required | ⭐ (./day07/solution.js) |
| 08 | Matchsticks | ⭐ ⭐ (./day08/solution.js) |
| 09 | All in a Single Night | ⭐ ⭐ (./day09/solution.js) |
| 12 | JSAbacusFramework.io | ⭐ ⭐ (./day12/solution.js) |
node main DAY PART
for example
node main.js 9 1 will run day9 solution, part1
npm test