Skip to content

Conversation

@SimoneFelici
Copy link
Contributor

Hi, while the provided code still works, the function writeAll has been deprecated in favor of the writer interface:
https://ziglang.org/documentation/0.15.2/std/#std.fs.File.writeAll
I think it would be better to update this sample to either a "buffered print", like in this example, or a "unbuffered print".

While the provided code still works, the function writeAll has been deprecated in favor of the writer interface:
https://ziglang.org/documentation/0.15.2/std/#std.fs.File.writeAll
I think it would be better to update this sample to either a "buffered print", like in this example or a "unbuffered print".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant