This repository is used to solve puzzles from Advent of code 2019, mainly by using the fp-ts library.
It's the opportunity for me to practice some functional programming in Typescript.
The only requirement to run this project is nvm. Using nvm use
at the root of the repository, you can install the appropriate Node version with the npm
command used to install the dependencies and run the project.
npm run build
Requires to build the project first.
node lib/dayX/partY/
(replace X
with the desired day number and Y
with 1 or 2)
npm test