From e4004c57c2f1bca7afdce6202a068c7950efd119 Mon Sep 17 00:00:00 2001 From: polmr Date: Mon, 26 Sep 2016 13:44:05 +0200 Subject: [PATCH] b03 --- helloworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.cpp b/helloworld.cpp index 6775fe7..e745a8d 100644 --- a/helloworld.cpp +++ b/helloworld.cpp @@ -3,6 +3,6 @@ using namespace std; int main(int argc, char** argv) { - cout<<"Hello World from develop!"; + cout<<"Hello World from develop b3!" << endl; return 0; }