Skip to content

Files

Latest commit

b04427c · Oct 2, 2022

History

History

cli-calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 2, 2022
Oct 2, 2022

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