summaryrefslogtreecommitdiff
path: root/hello/hello.cxx
diff options
context:
space:
mode:
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 8fdd5a6..0000000
--- a/hello/hello.cxx
+++ /dev/null
@@ -1,16 +0,0 @@
-// file: hello/hello.cxx -*- C++ -*-
-
-#include <hello/hello>
-
-#include <print/print>
-
-using namespace std;
-
-namespace hello
-{
- void
- say_formatted (const string& m)
- {
- print (m);
- }
-}