Hi,

In "https://run.dlang.io"; is the "All dmd compilers (2.060 - latest)" not working anymore?

Because I always get: "Server error:"

I've been trying for like 2 weeks and I always get this "Server Error: " message.

I even tried with this basic example:

void main(){
    import std.algorithm, std.stdio;
    "Starting program".writeln;
    enum a = [ 3, 1, 2, 4, 0 ];
    static immutable b = sort(a);
    pragma(msg, "Finished compilation: ", b);
}

After one minute I think I get:

rdmd playground.d

Server error:

Thanks,

Matheus.

Reply via email to