From f089a1a2321e77bfb5f60c2cd79dac14eac9bf63 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jun 2017 18:30:13 +0300 Subject: Move project into intermediate sub-directory --- libhello/hello.cxx | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 libhello/hello.cxx (limited to 'libhello/hello.cxx') diff --git a/libhello/hello.cxx b/libhello/hello.cxx deleted file mode 100644 index f7e3b7f..0000000 --- a/libhello/hello.cxx +++ /dev/null @@ -1,16 +0,0 @@ -// file: libhello/hello.cxx -*- C++ -*- - -#include - -#include - -using namespace std; - -namespace hello -{ - void - say_formatted (const string& m) - { - print (m); - } -} -- cgit v1.1