Junior — Senior
Addition of very large integers
livecode
Task condition
The input consists of two large integers that cannot be stored in standard integer types of the language, so they are provided as strings. It is required to write a function that implements the addition of these two numbers represented as strings.