challenges

Some problem solving programming challenges, i have solved. Not all are here, but started adding them slowly.

This project is maintained by chankruze

Write a function that returns the sum of two numbers.

Example

For param1 = 1 and param2 = 2, the output should be add(param1, param2) = 3.

Input/Output