Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 302 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 302 Bytes

readline

An example using readline interface in order to read test cases values from stdin or a file.

install packages

npm install

read data from stdin:

npm run readlineStdin:run

read data from file:

npm run readlineFile:run

excute tests

npm test