Rioni
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
-
-
Rioni created a post, Reading user input doesn't work in debug
I have this simple proc in Odin repl :: proc() { buffer: [1024]u8 reader: bufio.Reader bufio.reader_init_with_buf(&reader, io.to_reader(os.stream_from_handle(os.stdin)), buffer[:]) ...