mirror of
https://github.com/ziglang/zig.git
synced 2026-02-07 23:17:17 +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.