For this advent I impose myself a very few contstraints:
- Solve al the exercises in a functional fashion
- Open an issue where the point 1 is violated and find a solution the respect point 1
- Use JS on TS
After the the execution of npm install
:
npm run testXX
for execute al the test for exercise XX
npm run XX-1
for execute the first part of the exercise XX
npm run XX-2
for execute the second part of the exercise XX
Where the exercise provide a long raw input, that input should me write on a file input
inside the exercise folder. Is the input is short you can pass is direcly os parameter of the execution command