← Back to archive

Stdle #6 · 2026-06-12

What does this log?

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

const std = @import("std");
pub fn main() void {
const n: i32 = -7;
std.debug.print("{d} {d}\n", .{ @mod(n, 3), @rem(n, 3) });
}
Integers
4 attempts left

Answer & explanation