diff options
author | mszulecki | 2007-02-21 18:54:27 +0000 |
---|---|---|
committer | mszulecki | 2007-02-21 18:54:27 +0000 |
commit | f205584d9b8deaf8db0b102cafafdcf5d78a9886 (patch) | |
tree | 02c95d4fa4ddaf11fa67ffeb2132d5a58ddacd3c /src | |
parent | 67e5244bb7ba4fe4f1aecf94f4fc004b85743282 (diff) | |
download | dskel-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
Diffstat (limited to 'src')
-rwxr-xr-x | src/helloworld.d | 9 |
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) |