summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar mszulecki2007-02-21 18:54:27 +0000
committerGravatar mszulecki2007-02-21 18:54:27 +0000
commitf205584d9b8deaf8db0b102cafafdcf5d78a9886 (patch)
tree02c95d4fa4ddaf11fa67ffeb2132d5a58ddacd3c
parent67e5244bb7ba4fe4f1aecf94f4fc004b85743282 (diff)
downloaddskel-f205584d9b8deaf8db0b102cafafdcf5d78a9886.tar.gz
dskel-f205584d9b8deaf8db0b102cafafdcf5d78a9886.tar.bz2
Remove obsolete comments.
git-svn-id: http://svn.sukimashita.com/repos/dskel/trunk@6 4281df72-ff29-0410-8fee-2d9ac0c5f5a7
-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)