This is an example assignment compatible with the
autograder
project.
For this assignment, you have to build a calculator that adds two numbers.
The input consists of two lines, each containing one of the operands.
Output the sum of the operands.
Input:
4
8
Output:
12
More examples can be found in the testcases
directory