This program is an attempt at adding and subtracting without arithmetic operators. There are two known limitations:
- Can only use positive integers
- The second integer must be higher than the first
Prototype for adding and subtracting without arithmetic operators
PythonCC0-1.0