On Sunday, 13 December 2015 at 06:57:21 UTC, Sönke Ludwig wrote:
else if (args.length == 3) input = File(args[1], "rt"), output = File(args[1], "wt");
Should output not be args[2]?
On Sunday, 13 December 2015 at 06:57:21 UTC, Sönke Ludwig wrote:
else if (args.length == 3) input = File(args[1], "rt"), output = File(args[1], "wt");
Should output not be args[2]?