A place to track all the coding problems I do.
git clone https://github.com/haroldtreen/coding-problems
cd coding-problems
npm install
Tests are written using jest
(https://facebook.github.io/jest/docs/getting-started.html#content);
npm test
Each coding problem should export a main
function.
inputLines
: An array of strings from std.in.outputLines
: An array of strings to send to std.out.