Leticia-maria / adventofcode-solver

solutions for advent of code

Home Page:https://shahata.github.io/adventofcode-solver/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code - Solver Build Status

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

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/src/2021/solver.html and follow the instructions.

Solver

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@17 or newer.

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

$ npm start 2021
- or -
$ npm start 2021 [day-number]

The commands above will work for years 2015-2021.

About

solutions for advent of code

https://shahata.github.io/adventofcode-solver/


Languages

Language:HTML 87.7%Language:JavaScript 12.1%Language:CSS 0.2%Language:Shell 0.0%