Stdle #13 · formatting · 2026-06-19
What does this Zig snippet output?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
const std = @import("std");pub fn main() void { std.debug.print("{b}\n", .{@as(u8, 13)});}Formatting
Stdle #13 · formatting · 2026-06-19
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
const std = @import("std");pub fn main() void { std.debug.print("{b}\n", .{@as(u8, 13)});}