On Tuesday, 18 July 2017 at 02:21:59 UTC, Enjoys Math wrote:

DMD32 D Compiler v2.074.1

import std.file;

void main() {
   string bigInput = readText("input.txt");
}

The file is 7 MB of ascii text, don't know if that matters...

Should I upgrade versions?

I wonder if it thinks there is a BOM and eats it?

Reply via email to