Stdle #48 · formatting · 2026-07-24
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("{d} {d} {d}\n", .{ @as(i32, 1), @as(i32, 2), @as(i32, 3) });}Formatting