mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-07 23:40:00 +00:00
Parse the command line following the code from the Zig compiler cli. Use the args iterator instead of slice, and use while instead of for loop. Use the new std.mem.cutPrefix instead of the custom function prefix. Move Context struct to the top.