leetle

Daily challenge for 2025-03-28

87. Check if a String Contains a Substring

Write a function solve that checks if a string contains a given substring.

Example:
Input: ("hello", "ell")
Output: True

Run this challenge interactively in Python or JavaScript when the app loads.