Stdle #4 · 2026-06-10

What does this log?

You have 4 attempts to type the exact console output. Wrong guesses unlock hints.

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