From aff1517549f6d943c5945d4b6f0c738cc6556b95 Mon Sep 17 00:00:00 2001 From: polmr Date: Mon, 26 Sep 2016 17:51:00 +0200 Subject: [PATCH] br08 --- helloworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.cpp b/helloworld.cpp index 6775fe7..b27ff1b 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! br08" << endl; return 0; }