aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-10-27 19:15:31 +0900
committermattn <mattn.jp@gmail.com>2011-10-27 19:15:31 +0900
commitc1d02f2f729b8277e70fc509ed667a493483e279 (patch)
treeab63cab26dbbc384b8d150cb70481a20fc374450 /template
parentb4001fd4afb4960812323ad5fdf876d28578d0a2 (diff)
downloadvim-sonictemplate-c1d02f2f729b8277e70fc509ed667a493483e279.tar.gz
vim-sonictemplate-c1d02f2f729b8277e70fc509ed667a493483e279.tar.bz2
vim-sonictemplate-c1d02f2f729b8277e70fc509ed667a493483e279.zip
std::cout << "foo" << std::endl;
Diffstat (limited to 'template')
-rw-r--r--template/cout.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/cout.cpp b/template/cout.cpp
new file mode 100644
index 0000000..cf75f01
--- /dev/null
+++ b/template/cout.cpp
@@ -0,0 +1 @@
+std::cout << {{_input_:string}} << std::endl;