Hello World

Imperatorn johan_forsberg_86 at hotmail.com
Thu Feb 18 06:09:01 UTC 2021


On Wednesday, 17 February 2021 at 16:37:30 UTC, Pedro Mendes 
wrote:
> void main()
> {
>     import std.stdio : writefln;
>     writefln("Hello World");
> }

import core.stdc.stdio;

void main()
{
     printf("Hello World, what's happening");
}


More information about the Digitalmars-d mailing list