Gusi / nodetest

Small node test code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodetest

Small node test code

Install dependencies

npm install

Run program

node index.js basket1.txt

node index.js basket2.txt

NOTE on line endings

The basket files are expected to be with UNIX line endings. If working with WINDOWS line endings, change line 21 to:

basket = basket.split('\r\n');

About

Small node test code


Languages

Language:JavaScript 100.0%