Daily challenge for 2025-02-17
48. Add Binary
Write a function solve that adds two binary strings and returns their sum as a binary string.
Example:Input: "11", "1"Output: "100"
Run this challenge interactively in Python or JavaScript when the app loads.