Skip to content

Latest commit

 

History

History

cli-calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

NodeJS CLI Calculator

Usage:

To run program, type in terminal node app.js [operation] [arg1] [arg2].

Available operations: add, substract, divide, multiply

Example: node app.js substract 23 13