Mercurial Hosting > quickcalc
comparison README.md @ 0:9bf878c59a1d
Finished
author | VilyaemKenyaz |
---|---|
date | Fri, 25 Aug 2023 13:42:00 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9bf878c59a1d |
---|---|
1 # QUICKCALC | |
2 Quickcalc is a program that is a simple integer based calculator, here are the | |
3 operators: | |
4 1 - Add | |
5 2 - Subtract | |
6 3 - Multiply | |
7 4 - Divide | |
8 | |
9 Example of usage: | |
10 | |
11 1 + 1 = 2 | |
12 | |
13 quickcalc 1 1 1 | |
14 | |
15 5 * 2 = 10 | |
16 | |
17 quickcalc 5 3 2 |