changed d.D to d.d

This commit is contained in:
Nathan M. Swan
2012-01-22 00:51:42 -09:00
parent 38f6567c5c
commit 43f7031026

7
d/d.d Normal file
View File

@@ -0,0 +1,7 @@
// Hello World in D
import std.stdio;
void main()
{
writefln("Hello World!");
}