From 9646f4bb0cee026bdf9dbe4bf318f24e60697bae Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 29 Apr 2017 16:22:25 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- libprint/print.cxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libprint/print.cxx (limited to 'libprint/print.cxx') diff --git a/libprint/print.cxx b/libprint/print.cxx new file mode 100644 index 0000000..32c827d --- /dev/null +++ b/libprint/print.cxx @@ -0,0 +1,13 @@ +// file: libprint/libprint.cxx -*- C++ -*- + +#include + +#include + +using namespace std; + +void +print (const string& h) +{ + cout << h << endl; +} -- cgit v1.1