Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 197 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 197 Bytes

A BOADMAS CLI Calculator


Running Locally

Make sure you have Node.js .

npm install
node node src/calc.js 

Testing

npm install
npm run test