xxxxxxxxxx
void main() {
import std.stdio : writeln;
import std.conv : to;
writeln(to!(int)("42"));
}