From 823f53f89963bde6e6d57e58348f8242fda2cdd9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 29 Apr 2017 16:18:46 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- format/format.cxx | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 format/format.cxx (limited to 'format/format.cxx') diff --git a/format/format.cxx b/format/format.cxx deleted file mode 100644 index 0566e78..0000000 --- a/format/format.cxx +++ /dev/null @@ -1,11 +0,0 @@ -// file: format/format.cxx -*- C++ -*- - -#include - -using namespace std; - -string -format (const string& g, const string& n) -{ - return g + ", " + n + '!'; -} -- cgit v1.1