You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
== First steps
For the rest of this article, I will guide you step by step in writing in Zig a command-line utility to count the characters, and lines contained in a file, very much like the POSIX `wc` utility.
https://github.com/YesIKnowIT/Blog/blob/master/2022/intro-to-zig/code/wc-v1.zig#L10
For now, copy the code above into a new text file named `wc-v1.zig`.
Probably the patch was migrated from master to separate branch, but absolute URLs were left unchanged.
The text was updated successfully, but these errors were encountered:
Thanks. I need to review that. In the published version, the source code will be automagically included. But I need to check if my tool would work with relative URLs.
Eg. the https://github.com/YesIKnowIT/Blog/blob/master/2022/intro-to-zig/code/wc-v1.zig#L10 URL here:
https://github.com/YesIKnowIT/Blog/blame/2022-Intro-to-Zig/2022/intro-to-zig/article.adoc#L31
Probably the patch was migrated from
master
to separate branch, but absolute URLs were left unchanged.The text was updated successfully, but these errors were encountered: