15 February 2017

add

My solution:
int add(int param1, int param2)
{
    return param1 + param2;
}

Next