Merge pull request #494 from Beyarz/patch-1

Update d.d
This commit is contained in:
Mike Donaghy
2019-07-23 07:26:20 -05:00
committed by GitHub

4
d/d.d
View File

@@ -3,5 +3,5 @@ import std.stdio;
void main()
{
writefln("Hello World!");
}
writeln("Hello World!");
}