We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We are going to implement a simple calculator and its test cases. The calculator will have the following 4 functionalities:
add: TODO
sub: TODO
mul: TODO
div: TODO