aboutsummaryrefslogtreecommitdiff
path: root/template/boost-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'template/boost-main.cpp')
-rw-r--r--template/boost-main.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/template/boost-main.cpp b/template/boost-main.cpp
new file mode 100644
index 0000000..e3d37ce
--- /dev/null
+++ b/template/boost-main.cpp
@@ -0,0 +1,8 @@
+#include <iostream>
+#include <boost/foreach.hpp>
+
+int
+main(int argc, char* argv[]) {
+ {{_cursor_}}
+ return 0;
+}