Update d.d

No need for writefln.
This commit is contained in:
Beyar 2018-08-23 18:39:00 +02:00 committed by GitHub
parent 220bf4da45
commit deb39a14f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
d/d.d
View File

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