From a835998a950a205dfadae45257909177119bcc6f Mon Sep 17 00:00:00 2001 From: Christian Hueser Date: Wed, 8 Jan 2020 09:59:00 +0100 Subject: [PATCH] Minor change to test gitlab ci pipelines Just for testing. --- src/helloworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helloworld.cpp b/src/helloworld.cpp index 5622923..d80778a 100644 --- a/src/helloworld.cpp +++ b/src/helloworld.cpp @@ -1,6 +1,6 @@ #include int main(){ - std::cout << "Hello World." << std::endl; + std::cout << "Hello World!!!" << std::endl; return 0; }