mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
\x00 was printed as 0 and \x0E was printed as E; \x00 now correctly prints 00 and \x0E correctly prints 0E;
\x00 was printed as 0 and \x0E was printed as E; \x00 now correctly prints 00 and \x0E correctly prints 0E;