Andre Tampubolon Wrote:
> import std.stdio;
>
> void main()
> {
> writefln("%s World", "Hello");
> }
>
> The final executable size is about 300 KB. Isn't that a bit huge, 300kb is the lower limit if you use phobos and druntime.
Andre Tampubolon Wrote:
> import std.stdio;
>
> void main()
> {
> writefln("%s World", "Hello");
> }
>
> The final executable size is about 300 KB. Isn't that a bit huge, 300kb is the lower limit if you use phobos and druntime.