From b722d0eb1106c3cd2e951cd47ef7140e1b9e4dbc Mon Sep 17 00:00:00 2001 From: Denton-L Date: Mon, 5 Jan 2015 04:53:11 -0500 Subject: [PATCH] Delete D.d There appears to already be a "d.d" file in the repository. This is a duplicate. --- d/D.d | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 d/D.d diff --git a/d/D.d b/d/D.d deleted file mode 100644 index c81015fe..00000000 --- a/d/D.d +++ /dev/null @@ -1,7 +0,0 @@ -// Hello World in D -import std.stdio; - -void main() -{ - writefln("Hello World!"); -}