From 50270c6dd21fb071fdb19e37f8dc95f4d6dff616 Mon Sep 17 00:00:00 2001 From: mattn Date: Fri, 28 Oct 2011 09:42:05 +0900 Subject: BIG CHANGE: changed directory structure. --- template/cpp/snip-cout.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 template/cpp/snip-cout.cpp (limited to 'template/cpp/snip-cout.cpp') diff --git a/template/cpp/snip-cout.cpp b/template/cpp/snip-cout.cpp new file mode 100644 index 0000000..cf75f01 --- /dev/null +++ b/template/cpp/snip-cout.cpp @@ -0,0 +1 @@ +std::cout << {{_input_:string}} << std::endl; -- cgit v1.2.3-54-g00ecf