#How to ask for user inputs?

1 messages · Page 1 of 1 (latest)

tight geode
#

I tried using the std.io.getStdout().Writer for the writer and std.io.getStdIn().Reader; for the reader. But I've heard that it's already been replaced(even though i haven't tried it yet). Is there any other way?

modest obsidian
#

i recommend checking the documentation for the version of zig you're using

#

if you're on 0.16, check std.Io.File.stdin

tight geode
modest obsidian
#

hasn't launched yet

#

i assume you're on master, then you should check the documentation for master

modest obsidian
tight geode