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;
|
newFile;
|
||||||
fDoc.Text :=
|
fDoc.Text :=
|
||||||
'module runnable;' + LineEnding +
|
'module runnable;' + LineEnding +
|
||||||
'' + LineEnding +
|
LineEnding +
|
||||||
'import std.stdio;' + LineEnding +
|
'import std.stdio;' + LineEnding +
|
||||||
'' + LineEnding +
|
LineEnding +
|
||||||
'void main(string args[])' + LineEnding +
|
'void main(string[] args)' + LineEnding +
|
||||||
'{' + LineEnding +
|
'{' + LineEnding +
|
||||||
' // this file can be directly executed using menu file/compile & run' + LineEnding +
|
' // this file can be directly executed using menu file/compile & run' + LineEnding +
|
||||||
' // phobos and libman imports are allowed' + LineEnding +
|
' // phobos and libman imports are allowed' + LineEnding +
|
||||||
|
|
Loading…
Reference in New Issue