Hello, World!

Anonymous im.anonymous at some.mail
Fri Mar 25 20:07:39 UTC 2022


**Input:**
```d
void main()
{
     import std.stdio : writeln;
     writeln("Hello, World!\n");
     //I'm not sure if the ^^ is necessary or not
}
```

**Output:**
```
Hello, World!
```
That's it.


More information about the Digitalmars-d mailing list