Commits in working directory.

This commit is contained in:
Rhys Bower
2015-02-17 19:08:32 -08:00
parent 4691aea289
commit 759a91796c
4 changed files with 2 additions and 18 deletions

7
d/D.d
View File

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