Skip to content

Files

Latest commit

 

History

History
5 lines (3 loc) · 241 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 241 Bytes

This is repo for general programming tasks I solve from different sources. Most of them does not keep solution, so I keep it here for further research.

To run code I use node --watch ./code/maxNMin.js

To run tests npm i, npm run test