Stdle #96 · 2026-09-10
What does this log?
Read the snippet and type its exact console output. You get 4 attempts — each wrong guess unlocks a hint.
const std = @import("std");pub fn main() void { const arr = [_]u8{ 3, 1, 4, 1, 5 }; std.debug.print("{d}\n", .{std.mem.min(u8, &arr)}); std.debug.print("{d}\n", .{std.mem.max(u8, &arr)});}Slices