Stdle #29 · formatting · 2026-07-05
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("hello\\world\n", .{});}Formatting
Stdle #29 · formatting · 2026-07-05
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
const std = @import("std");pub fn main() void { std.debug.print("hello\\world\n", .{});}