summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/helloworld.d9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/helloworld.d b/src/helloworld.d
index c3e6843..df15b0b 100755
--- a/src/helloworld.d
+++ b/src/helloworld.d
@@ -1,12 +1,3 @@
-/* sh style script syntax is supported */
-
-/* Hello World in D
- To compile:
- dmd hello.d
- or to optimize:
- dmd -O -inline -release hello.d
-*/
-
import std.stdio;
void main(char[][] args)