Main module.
This function returns the result by adding two numbers
a (int): The first number b (int): The second number
int: Returns the result by adding both a and b
This function returns the result by subtracting two numbers
int: Returns the result by subtracting b from a
Top-level package for Simple Calculator.
Contents: