← Back to archive

Stdle #50 · modern · 2026-07-26

What does this Rust snippet output?

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

fn main() {
let n = 255;
println!("{:x}", n);
}
Modern
4 attempts left

Answer & explanation