Skip to content

gerrytan/adventofcode2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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