Stdle #51 · 2026-07-27
What does this log?
Read the snippet and type its exact console output. You get 4 attempts — each wrong guess unlocks a hint.
const std = @import("std");pub fn main() void { const x: u8 = 0b10000000; std.debug.print("{d}\n", .{@clz(x)}); std.debug.print("{d}\n", .{@ctz(x)});}Integers