On Friday, 1 January 2016 at 14:20:26 UTC, Tobi G. wrote:
The solution is that readln() returns a string that also contains the newlinethis can be solved by easily stripping the newline offimport std.string; int i = to!int(input.strip);
Sorry my bad english.. i wrote solution but meant problem