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?

Could you please share the first 32-bytes (in hex) of your file? Like:
$ hexdump -C input.txt

Reply via email to