Hacker News new | ask | show | jobs
by quic5 1201 days ago
The print function is implemented in the std library[1] not the compiler and Zig does not have varargs

[1] https://github.com/ziglang/zig/blob/f6c934677315665c140151b8...