Given two numbers as strings. The numbers may be very large (may not fit in long long int), the task is to find sum of these two numbers.
Steps:
1. Make the 2 input string have the same length
2. Do school mathematics, compute sum of digits from right to left