Daily challenge for 2025-03-08
67. Multiply Strings
Write a function solve that multiplies two non-negative integers represented as strings, and returns a string.
Example:Input: "123", "456"Output: "56088"
Run this challenge interactively in Python or JavaScript when the app loads.