On Friday, 29 December 2017 at 18:13:04 UTC, H. S. Teoh wrote:
If the problem is in readln(), then you probably need to read the input in binary (i.e., as ubyte[]) and convert it manually.
Could you kindly explain how I can read console input into binary ubyte[]?
