mirror of https://gitlab.com/basile.b/dexed.git
updated runnable template
This commit is contained in:
parent
e6a9837ed8
commit
8d6cb64fb2
|
@ -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 +
|
||||
|
|
Loading…
Reference in New Issue