← Back to archive

Stdle #76 · numbers · 2026-08-21

What does this Rust snippet output?

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

fn main() {
let x = 200u8 as i8;
println!("{}", x);
}
Numbers
4 attempts left

Answer & explanation