slim-hmidi / readline

An example using realine interface to get data from stdin or a file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An example using realine interface to get data from stdin or a file

License:Apache License 2.0


Languages

Language:JavaScript 100.0%