← Back to archive

Stdle #66 · modern · 2026-08-11

What does this Rust snippet output?

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

fn main() {
let w = 4;
let v = 7;
println!("[{v:w$}]");
}
Modern
4 attempts left

Answer & explanation