Why does this print "1" ziggit.dev· rss · ▲ 0 points · Aug 31, 2026 Ziggit Why does this print "1" Why does this print “1” instead of a a bunch of zeros, and a ‘1’? const std = @import("std"); pub fn main() void { std.debug.print("binary {b}", .{ @as(u32, 1)}); }
0 comments
No comments yet.