On Sunday, 31 August 2014 at 23:51:41 UTC, Abe wrote:
       writeln("hello world!");

The std.stdio package imports most the standard library, so using it means a lot of library code is linked into your executable too.

About 200kb is the D runtime code and the rest is standard library code.

Reply via email to