Is there any problem with:

----
import std.stdio;

void main(string[] args)
{
    int[] x = [1, 2, 3];
    writeln(x);
}
----
https://run.dlang.io/is/CliWcz

Reply via email to