From 38cd5938ec8e79324fe46dae85076ee1894ab915 Mon Sep 17 00:00:00 2001 From: Mike Donaghy Date: Sat, 1 Dec 2007 16:26:47 -0500 Subject: [PATCH] added D --- d.D | 7 +++++++ d.D~ | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 d.D create mode 100644 d.D~ diff --git a/d.D b/d.D new file mode 100644 index 00000000..c81015fe --- /dev/null +++ b/d.D @@ -0,0 +1,7 @@ +// Hello World in D +import std.stdio; + +void main() +{ + writefln("Hello World!"); +} diff --git a/d.D~ b/d.D~ new file mode 100644 index 00000000..c81015fe --- /dev/null +++ b/d.D~ @@ -0,0 +1,7 @@ +// Hello World in D +import std.stdio; + +void main() +{ + writefln("Hello World!"); +}