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