Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 275 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 275 Bytes

Advent of Code

2018

Solutions implemented in node.js with cli. yarn solve 1 will generate the solution for day 1 yarn test will run tests for all days

2017

Solutions implemented in Python each in a jupyter notebook with in-line asserts as tests