← Back to archive

Stdle #8 · 2026-06-14

What does this log?

A past puzzle — fully playable. 4 attempts, hints on wrong guesses.

const std = @import("std");
pub fn main() void {
const a: f64 = 3.0;
const b: f64 = 4.0;
const c = @sqrt(a * a + b * b);
std.debug.print("{d:.1}\n", .{c});
}
Math
4 attempts left

Answer & explanation