summaryrefslogtreecommitdiff
path: root/hello/hello.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-29 17:47:34 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-29 17:47:34 +0300
commit16f26d75a938df61cde56a2d0231f3788a67d039 (patch)
tree57fa2084f2f96ed6251dfe6e6c882dc12ef25b12 /hello/hello.cxx
parent830989c9c81b501256f5dd47bf13c989dc2dffde (diff)
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'hello/hello.cxx')
-rw-r--r--hello/hello.cxx16
1 files changed, 0 insertions, 16 deletions
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 <hello/hello>
-
-#include <iostream>
-
-using namespace std;
-
-namespace hello
-{
- void
- say (const string& n)
- {
- cout << "Hello, " << n << '!' << endl;
- }
-}