leetle

Daily challenge for 2025-01-02

2. Single Number

Write a function solve that finds the number that appears only once in a list where all other numbers appear twice.

Example:
Input: [4,1,2,1,2]
Output: 4

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