This is the code written for the Google Hash Code 2016 extend version
- Clone the repository
- Run
npm install
- Run
npm build
to build project
- To run the code you need to put the input files you want to use inside the
data/in/
directory - Run
node build/main.js <input-file-path> <output-file-path>