/AdventOfCode2020

My solutions to Advent of Code 2020 (JavaScript)

Primary LanguageJavaScript

AdventOfCode2020

My solutions to Advent of Code 2020. Written in JavaScript, ran on NodeJS.

How to run

cd into the directory of any day and run node sol.js < input.txt to direct stdin to the input file.