Add two numbers.
Usage
helper_func( x, y, )
x: int
First number.
y: int
Second number.
int
Sum of x and y.