Hello, World!

Andrea Fontana nospam at example.com
Wed Mar 30 08:13:48 UTC 2022


On Tuesday, 29 March 2022 at 07:25:57 UTC, Max Samukha wrote:
> On Tuesday, 29 March 2022 at 07:06:57 UTC, Timon Gehr wrote:
>> On 28.03.22 16:34, H. S. Teoh wrote:
>>> 
>>> 	import std.stdio;
>>> 	int main() => !(1 + "Hello World".puts);
>>
>> int main() => !~"Hello World".puts;
>
> Or simply ```int main() => "Hello World".puts < 0;```

Why not ```pragma(msg, "Hello World");```


More information about the Digitalmars-d mailing list