Removed a temp file

This commit is contained in:
Mike Donaghy
2007-12-01 16:28:13 -05:00
parent 38cd5938ec
commit af0e9b2891

7
d.D~
View File

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