This is another example assignment where we familiarize our Github classroom workflow.
Write a C program that performs basic arithmetic computations. The tests are currently failing because we're not implementing the functions in 'calculator.cpp'. Implement those basic arithmetic operations to fix the code.
Edit the calculator.cpp source file to perform basic arithmetic operations. You may run main.cpp to explore your solution.
Do not modify any files in 'x' folder