Stdle #96 · 2026-09-10

What does this log?

Read the snippet and type its exact console output. You get 4 attempts — each wrong guess unlocks a hint.

fn main() {
let nums = [2, 4, 6];
let s = match nums {
[a, b, c] => a + b + c,
};
println!("{}", s);
}
Comparisons
4 attempts left

Daily Polyglot

0/11

Solve today's puzzle in every language.