Stdle #68 · integers · 2026-08-13
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: u8 = @truncate(@as(u16, 300)); std.debug.print("{d}\n", .{x});}Integers