From e253ae8a6075772da96081ab8b6c360ea77e6288 Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 19 Jun 2014 14:57:16 +0900 Subject: Add base-main.d --- template/d/base-main.d | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 template/d/base-main.d (limited to 'template/d') 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_}} +} -- cgit v1.2.3-54-g00ecf