thawkin3 / advent-of-code-2020

Solutions to challenges for Advent of Code 2020: https://adventofcode.com/2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2020

The code here contains my solutions to the Advent of Code 2020 challenge found here: https://adventofcode.com/2020.

I used JavaScript since that's the language I'm most familiar with. I solved these challenges using a test-driven development approach, so each solution has accompanying tests.

Running the Code Locally

  1. Clone the repo
  2. yarn install
  3. yarn test

About

Solutions to challenges for Advent of Code 2020: https://adventofcode.com/2020


Languages

Language:JavaScript 100.0%