/adventofcode-2019-js

Advent of code 2019 Javascript

Primary LanguageJavaScriptMIT LicenseMIT

adventofcode-2019-js

My take on https://adventofcode.com/2019 using JavaScript

Advent of code 2019 Javascript

Run the tests:

npm test

Run solution for each day.

node src/day01/day01.js

Replace day with the respective day.