Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 524 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 524 Bytes

Calculator

License

Overview

Calculator is a CLI Applications to execute the simple arithmetic opperations:

  • Addition
  • Substraction
  • Multiplication
  • Division

Installation

Example

calculator add 2 3

output:
5

Negative Numbers

To use negative numbers add '--' as argument after the arithmetic opperation command

calculator [cmd] -- x -y