Compile Times on Windows

Manfred Nowak via Digitalmars-d digitalmars-d at puremagic.com
Sat May 9 03:00:52 PDT 2015


zebrazebra wrote:
> $ time dmd hello.d
>
> real    0m4.243s
> user    0m0.015s
> sys     0m0.031s

$ time ./hello.d
Hello, world!

real    0m0.039s
user    0m0.000s
sys     0m0.015s

Why is the "Hello, world!" missing in your post?

-manfred


More information about the Digitalmars-d mailing list