Calculator is a CLI Applications to execute the simple arithmetic opperations:
- Addition
- Substraction
- Multiplication
- Division
- git clone https://github.com/golangsrilanka/calculator.git
- go install
- go build
calculator add 2 3
output:
5
To use negative numbers add '--' as argument after the arithmetic opperation command
calculator [cmd] -- x -y