← Back to archive

Stdle #43 · numbers · 2026-07-19

What does this Rust snippet output?

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

fn main() {
let (v, o) = 0u8.overflowing_sub(1);
println!("{} {}", v, o);
}
Numbers
4 attempts left

Answer & explanation