From f11384ddc51de9f76b62bd3cd199d1d111badd0f Mon Sep 17 00:00:00 2001 From: Willy Date: Fri, 5 Jun 2026 16:28:55 +0200 Subject: [PATCH] test trigger n1 --- TestJenkins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestJenkins.cpp b/TestJenkins.cpp index 012935d..633a58c 100644 --- a/TestJenkins.cpp +++ b/TestJenkins.cpp @@ -7,6 +7,6 @@ using namespace std; int main() { - cout << "Hello World Willy !" << endl; + cout << "Hello World Willy go !" << endl; return 0; }