Mercurial Hosting > quickcalc
diff README.md @ 0:9bf878c59a1d
Finished
author | VilyaemKenyaz |
---|---|
date | Fri, 25 Aug 2023 13:42:00 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Fri Aug 25 13:42:00 2023 -0400 @@ -0,0 +1,17 @@ +# 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