view README.md @ 0:9bf878c59a1d

Finished
author VilyaemKenyaz
date Fri, 25 Aug 2023 13:42:00 -0400
parents
children
line wrap: on
line source

# QUICKCALC
Quickcalc is a program that is a simple integer based calculator, here are the 
operators:
1 - Add
2 - Subtract
3 - Multiply 
4 - Divide

Example of usage:

1 + 1 = 2

quickcalc 1 1 1

5 * 2 = 10

quickcalc 5 3 2