/advent-of-code-2023

Advent of Code 2023 - in JavaScript

Primary LanguageJavaScript

Advent of Code 2023

Here is my take on the daily challenges of the Advent of Code 2023.

I havve chosen to do the challenges in JavaScript, to be run in a terminal.

How to run my solutions to the challenges

With Node installed, open your Terminal and run commands like so:

node ./day-1/part-1 # for Day 1 - part 1
node ./day-1/part-2 # for Day 1 - part 2

node ./day-2/part-1 # for Day 2 - part 1
node ./day-2/part-2 # for Day 1 - part 2

# ...and so on...

My progression

  • 01/12: ✅
  • 02/12: ✅
  • 03/12: ✅
  • 04/12: ✅