mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Now `main` takes an `init: std.Init` parameter, and this is the only way to access command line arguments and environment variables. After a deprecation period, this will close #4524