From f205584d9b8deaf8db0b102cafafdcf5d78a9886 Mon Sep 17 00:00:00 2001 From: mszulecki Date: Wed, 21 Feb 2007 18:54:27 +0000 Subject: Remove obsolete comments. git-svn-id: http://svn.sukimashita.com/repos/dskel/trunk@6 4281df72-ff29-0410-8fee-2d9ac0c5f5a7 --- src/helloworld.d | 9 --------- 1 file changed, 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) -- cgit v1.1-32-gdbae