diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-27 19:15:31 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-27 19:15:31 +0900 |
commit | c1d02f2f729b8277e70fc509ed667a493483e279 (patch) | |
tree | ab63cab26dbbc384b8d150cb70481a20fc374450 | |
parent | b4001fd4afb4960812323ad5fdf876d28578d0a2 (diff) | |
download | vim-sonictemplate-c1d02f2f729b8277e70fc509ed667a493483e279.tar.gz vim-sonictemplate-c1d02f2f729b8277e70fc509ed667a493483e279.tar.bz2 vim-sonictemplate-c1d02f2f729b8277e70fc509ed667a493483e279.zip |
std::cout << "foo" << std::endl;
-rw-r--r-- | template/cout.cpp | 1 |
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; |