/AdventOfCode2019

My solutions to Advent of Code 2019

Primary LanguageJavaScript

Advent of Code 2019

My solutions to Advent of Code 2019 problems.

Running the code

Go to the problem directory and execute:

node .

Testing

Make sure you run yarn first to install Jest and then you can do:

yarn test