On Friday, 1 March 2013 at 19:12:16 UTC, Jonathan M Davis wrote:
On Friday, March 01, 2013 18:29:53 Vectrum wrote:
I've just started using D but, unfortunately I
got an error while compiling the following
D code;
import std.stdio;
main()
{
writefln("%sHello, World!");
}
I've just started using D but, unfortunately I
got an error while compiling the following
D code;
import std.stdio;
main()
{
writefln("%sHello, World!");
}
It gives me the following error;
$ dmd hello.d
Error: cannot find source code for runtime library file 'object.d'
dmd might no