`read!("{}\n")` works on Windows, but the resulting string still has a nasty `\r` on the end. It would be nice to have a `read_line!` that stops on either on `\r` or `\n`.