From 55ca10590c74a32bbe14ac8cc77227204e24a348 Mon Sep 17 00:00:00 2001 From: polmr Date: Mon, 26 Sep 2016 13:20:13 +0200 Subject: [PATCH] b02 --- helloworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.cpp b/helloworld.cpp index 6775fe7..55856a4 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! b2" << enld; return 0; }