https://run.dlang.io/ vs All dmd compilers (2.060 - latest)
Matheus
matheus at gmail.com
Sun Feb 27 16:14:31 UTC 2022
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.
More information about the Digitalmars-d-learn
mailing list