From 3dc9c1698aa18be1f5a0c67a70a4e6cd655a3da4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 29 Apr 2017 16:20:50 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- libhello/hello.cxx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libhello/hello.cxx (limited to 'libhello/hello.cxx') diff --git a/libhello/hello.cxx b/libhello/hello.cxx new file mode 100644 index 0000000..f7e3b7f --- /dev/null +++ b/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