aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2014-06-19 14:57:16 +0900
committermattn <mattn.jp@gmail.com>2014-06-19 14:57:16 +0900
commite253ae8a6075772da96081ab8b6c360ea77e6288 (patch)
tree75970148b3091de88a5e2e7042a2195e0f183daa
parent0c30a056b0a79862c72067fa47267f6b93872c4c (diff)
downloadvim-sonictemplate-e253ae8a6075772da96081ab8b6c360ea77e6288.tar.gz
vim-sonictemplate-e253ae8a6075772da96081ab8b6c360ea77e6288.tar.bz2
vim-sonictemplate-e253ae8a6075772da96081ab8b6c360ea77e6288.zip
Add base-main.d
-rw-r--r--template/d/base-main.d5
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_}}
+}