Arcath / advent-of-code-2020

My solutions to the advent of code 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2020

Tests CI

My solutions to the Advent of Code 2020 puzzles.

Install dependencies through npm.

npm install

Running a puzzle

npm run puzzle -- XX

Where XX is the puzzle number e.g. 01.

Puzzle output is as follows

  • 01 - 02 - Console
  • 03 - Console & screen-X.gif
  • 04 - 15 - Console

Tests

npm test

This will run jest for all puzzles. The tests run with the example data in the puzzles to ensure that the solution operates (at least in principle) as the puzzle requires.

npm test -- XX

This will run jest for the given day where XX is the puzzle number e.g. 01.

About

My solutions to the advent of code 2020


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%