diff options
Diffstat (limited to 'template/d')
-rw-r--r-- | template/d/base-main.d | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/d/base-main.d b/template/d/base-main.d new file mode 100644 index 0000000..fcb5455 --- /dev/null +++ b/template/d/base-main.d @@ -0,0 +1,5 @@ +import std.stdio; + +void main() { + {{_cursor_}} +} |