Hello World

claptrap clap at trap.com
Thu Feb 18 10:25:40 UTC 2021


On Thursday, 18 February 2021 at 10:24:37 UTC, claptrap wrote:
> import std;
>
> void main()
> {
>     throw new Exception("Goodbye cruel world!");
> }

Oops was meant to be

void main()
{
     throw new Exception("Goodbye cruel world!");
}






More information about the Digitalmars-d mailing list