Skip to content

πŸŽ„ Advent of Code (2015-2024) in JavaScript

Notifications You must be signed in to change notification settings

shahata/adventofcode-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ecc9c4 Β· Mar 7, 2025
Feb 7, 2025
Jun 1, 2024
Feb 7, 2025
Mar 7, 2025
Dec 25, 2024
Feb 8, 2025
Dec 9, 2023
Dec 3, 2024
Dec 25, 2024
Feb 9, 2025
Dec 1, 2024
Mar 7, 2025
Mar 7, 2025
Nov 23, 2024
Feb 7, 2025

Repository files navigation

Advent of Code - Solver Build Status

This repository contains solutions for advent of code (https://adventofcode.com)

image

Go ahead and try to solve the challenge on your own before using this spoiler!

In order to use this solver simply go to: https://shahata.github.io/adventofcode-solver/ choose an year and follow the instructions.

image

Alternatively, if you don't want to share your cookie value online or if some solutions fail to run in the browser, simply clone this git and run the following commands. Note this requires node@19 or newer.

$ git clone git@github.com:shahata/adventofcode-solver.git
$ cd adventofcode-solver

$ npm install
$ export ADVENT_SESSION=your-cookie-value

$ npm start [year]

The commands above will work for all years since 2015.