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?
Enjoys Math via Digitalmars-d-learn Mon, 17 Jul 2017 19:27:06 -0700
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?