From f089a1a2321e77bfb5f60c2cd79dac14eac9bf63 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jun 2017 18:30:13 +0300 Subject: Move project into intermediate sub-directory --- libhello/libhello/hello.cxx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libhello/libhello/hello.cxx (limited to 'libhello/libhello/hello.cxx') diff --git a/libhello/libhello/hello.cxx b/libhello/libhello/hello.cxx new file mode 100644 index 0000000..f7e3b7f --- /dev/null +++ b/libhello/libhello/hello.cxx @@ -0,0 +1,16 @@ +// file: libhello/hello.cxx -*- C++ -*- + +#include + +#include + +using namespace std; + +namespace hello +{ + void + say_formatted (const string& m) + { + print (m); + } +} -- cgit v1.1