updated runnable template

This commit is contained in:
Basile Burg 2015-01-01 23:19:16 +01:00
parent e6a9837ed8
commit 8d6cb64fb2
1 changed files with 3 additions and 3 deletions

View File

@ -1088,10 +1088,10 @@ begin
newFile;
fDoc.Text :=
'module runnable;' + LineEnding +
'' + LineEnding +
LineEnding +
'import std.stdio;' + LineEnding +
'' + LineEnding +
'void main(string args[])' + LineEnding +
LineEnding +
'void main(string[] args)' + LineEnding +
'{' + LineEnding +
' // this file can be directly executed using menu file/compile & run' + LineEnding +
' // phobos and libman imports are allowed' + LineEnding +