Stdle #3 · 2026-06-09
What does this log?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
const std = @import("std");const Flags = packed struct { a: bool, b: bool, c: bool, _pad: u5 = 0,};pub fn main() void { std.debug.print("{d}\n", .{@sizeOf(Flags)});}Integers