Andrew Kelley b0d2ebe529 remove std.io.readLine
This was deceptive. It was always meant to be sort of a "GNU readline"
sort of thing where it provides a Command Line Interface to input text.
However that functionality did not exist and it was basically a red
herring for people trying to read line-delimited input from a stream.

In this commit the API is deleted, so that people can find the proper
API more easily.

A CLI text input abstraction would be useful but may not even need to be
in the standard library. As you can see in this commit, the guess_number
CLI game gets by just fine by using `std.fs.File.read`.
2020-02-20 15:30:00 -05:00
..
2020-02-14 18:57:57 -05:00
2020-02-06 00:21:26 +11:00
2020-01-29 17:38:42 -06:00
2020-02-16 17:10:43 -05:00
2020-02-16 13:25:30 -05:00
2020-02-01 11:32:53 +01:00
2020-01-30 00:27:44 -06:00
2020-02-14 19:15:09 +11:00
2020-02-14 19:15:09 +11:00
2020-02-14 09:35:38 -05:00
2020-02-14 19:15:09 +11:00
2019-11-08 15:57:24 -05:00
2019-09-25 23:35:41 -04:00
2019-09-25 23:35:41 -04:00
2019-09-25 23:35:41 -04:00
2020-01-29 22:22:01 -06:00
2020-02-06 18:05:50 -05:00
2020-02-16 13:25:30 -05:00
2019-11-29 21:55:27 -05:00
2019-09-25 23:35:41 -04:00
2020-02-16 13:25:30 -05:00
2020-02-13 16:13:53 -05:00
2019-10-11 18:13:24 -04:00
2019-09-25 23:35:41 -04:00
2020-02-20 15:30:00 -05:00
2020-02-16 19:53:53 +01:00
2019-11-12 17:55:54 +02:00
2019-09-25 23:35:41 -04:00
2020-01-14 13:06:46 -05:00
2020-02-16 13:25:30 -05:00
2020-02-18 15:34:13 -05:00
2020-01-31 22:33:17 +11:00
2020-02-08 01:38:01 -05:00
2020-02-17 15:23:59 -05:00
2020-02-06 00:16:00 +11:00
2020-01-19 20:54:04 -05:00
2020-02-16 13:25:30 -05:00