Pre-requisites:
- Zig
I recommend using asdf to manage your Zig versions. You can install Zig with asdf via:
# Add Zig plugin and install Zig
asdf plugin-add zig https://github.com/cheetah/asdf-zig.git
asdf install zig latest
asdf global zig latestThis script will print the arugments provided to it.