#How to ask for user inputs?
1 messages · Page 1 of 1 (latest)
i recommend checking the documentation for the version of zig you're using
if you're on 0.16, check std.Io.File.stdin
Alright i'll try
what bout 0.17?
hasn't launched yet
i assume you're on master, then you should check the documentation for master
the API hasn't changed (yet) since 0.16 so this still applies
Alr thx,I found it