From bb6a97a8f3e4e046442eaf8814b30d9c9995bfd2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 16:50:01 +0200 Subject: Build infrastructure update --- hello/hello.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hello/hello.cxx') diff --git a/hello/hello.cxx b/hello/hello.cxx index 46d9f6e..8fdd5a6 100644 --- a/hello/hello.cxx +++ b/hello/hello.cxx @@ -2,7 +2,6 @@ #include -#include #include using namespace std; @@ -10,8 +9,8 @@ using namespace std; namespace hello { void - say (const string& n) + say_formatted (const string& m) { - print (format ("Hello", n)); + print (m); } } -- cgit v1.1