From 5402106764cf0aea185f48dc1ca4d1e6356f7fd2 Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 27 Oct 2011 19:58:03 +0900 Subject: add boost-main --- template/boost-main.cxx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 template/boost-main.cxx diff --git a/template/boost-main.cxx b/template/boost-main.cxx new file mode 100644 index 0000000..e3d37ce --- /dev/null +++ b/template/boost-main.cxx @@ -0,0 +1,8 @@ +#include +#include + +int +main(int argc, char* argv[]) { + {{_cursor_}} + return 0; +} -- cgit v1.2.3-54-g00ecf