Hello, World!

Stanislav Blinov stanislav.blinov at gmail.com
Mon Mar 28 13:33:55 UTC 2022


On Monday, 28 March 2022 at 05:23:22 UTC, FeepingCreature wrote:

> Throwing my hat in the ring:
>
> ```d
> import std.stdio;
> int main()
>     => "Hello World".puts;
> ```

Report failure in case of success? :) (`puts` returns a 
"non-negative value" on success, which, with that wording, is not 
necessarily 0). Cute though.


More information about the Digitalmars-d mailing list