mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
- removed an unnecessary (and confusing) `anyerror` fronm the function signature of `main` - replaced the call to std.log with two prints: one to stderr and one to stdout - replaced the test code with a better example