Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 296 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 296 Bytes

adventofcode2020

Solution / explanation to https://adventofcode.com/2020.

Prerequisite

nvm, see the version required in .nvmrc

Running solution

Solution can be run in the format of

node part1.js < part1-input1
node part2.js < part2-input1