hello world in D
khurshid
khurshid.normuradov at gmail.com
Fri May 31 07:56:16 PDT 2013
On Friday, 31 May 2013 at 14:48:02 UTC, Adam D. Ruppe wrote:
> If you use printf instead of std.stdio, you'll save about 150
> KB in the executable
>
> import core.stdc.stdio;
>
> void main() {
> printf("hello\n");
> }
>
> $ dmd test2.d
> $ ls -lh test2
> -rwxr-xr-x 1 me users 287K 2013-05-31 10:40 test2
> $ strip test2
> $ ls -lh test2
> -rwxr-xr-x 1 me users 195K 2013-05-31 10:41 test2
>
I was try your code, result:
-rwxrwxr-x. 1 khurshid khurshid 299K May 31 19:53 hello
i.e. 299 Kbyte.
Even, when I type dmd -v :
DMD32 D Compiler v2.063
Copyright (c) 1999-2012 by Digital Mars written by Walter Bright
Documentation: http://dlang.org/
-----------------------------------------
Why copyright 2012 not a 2013?
More information about the Digitalmars-d
mailing list