← Back to archive

Stdle #4 · 2026-06-10

What does this log?

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

const std = @import("std");
pub fn main() void {
const a: u8 = 10;
const b: u16 = a;
std.debug.print("{d}\n", .{b + 1});
}
Integers
4 attempts left

Answer & explanation