← Back to archive

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
4 attempts left

Answer & explanation