← Back to archive

Stdle #73 · math · 2026-08-18

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 {
const x: f64 = 9.0;
std.debug.print("{d}\n", .{@sqrt(x)});
}
Math
4 attempts left

Answer & explanation