From ef4070dd12a9aedec805003beaad3816ca4dc3f4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jun 2017 18:26:51 +0300 Subject: Move project into intermediate sub-directory --- libformat/libformat/format.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libformat/libformat/format.cxx (limited to 'libformat/libformat/format.cxx') diff --git a/libformat/libformat/format.cxx b/libformat/libformat/format.cxx new file mode 100644 index 0000000..421f50d --- /dev/null +++ b/libformat/libformat/format.cxx @@ -0,0 +1,11 @@ +// file: libformat/format.cxx -*- C++ -*- + +#include + +using namespace std; + +string +format (const string& g, const string& n) +{ + return g + ", " + n + '!'; +} -- cgit v1.1