diff options
Diffstat (limited to 'format/format.cxx')
-rw-r--r-- | format/format.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
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 <format/format> - -using namespace std; - -string -format (const string& g, const string& n) -{ - return g + ", " + n + '!'; -} |