Advent Of Code π π Setup steps First install dependencies: npm install Run tests npm run test Run a day Navigate to a day cd years/2020/02 Create input.txt file & add your contents touch input.txt Run index file ts-node index.ts