From 16f26d75a938df61cde56a2d0231f3788a67d039 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 29 Apr 2017 17:47:34 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- hello/hello.cxx | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 hello/hello.cxx (limited to 'hello/hello.cxx') diff --git a/hello/hello.cxx b/hello/hello.cxx deleted file mode 100644 index 65d0aa7..0000000 --- a/hello/hello.cxx +++ /dev/null @@ -1,16 +0,0 @@ -// file: hello/hello.cxx -*- C++ -*- - -#include - -#include - -using namespace std; - -namespace hello -{ - void - say (const string& n) - { - cout << "Hello, " << n << '!' << endl; - } -} -- cgit v1.1