From c1d02f2f729b8277e70fc509ed667a493483e279 Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 27 Oct 2011 19:15:31 +0900 Subject: std::cout << "foo" << std::endl; --- template/cout.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 template/cout.cpp (limited to 'template') 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; -- cgit v1.2.3-54-g00ecf