← Back to archive

Stdle #61 · numbers · 2026-08-06

What does this Rust snippet output?

A past puzzle — fully playable. 4 attempts, hints on wrong guesses.

fn main() {
let (v, o) = 250u8.overflowing_add(10);
println!("{} {}", v, o);
}
Numbers
4 attempts left

Answer & explanation