mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
The rule: `pub fn main` owns file descriptors 0, 1, and 2. If you didn't write `pub fn main()` it is, in general, not your business to print to stderr.