Hi! I'm trying out Advent of Code in Zig, starting on day one π
When using parseInt in a string I should sometimes get an error (which is a good thing!) however I want to use the error to continue the loop i'm currently running. How should I go about it?