Delete D.d

There appears to already be a "d.d" file in the repository. This is a duplicate.
This commit is contained in:
Denton-L
2015-01-05 04:53:11 -05:00
parent 4691aea289
commit b722d0eb11

7
d/D.d
View File

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