diff --git a/TestJenkins.cpp b/TestJenkins.cpp index 11a8cda..6077c61 100644 --- a/TestJenkins.cpp +++ b/TestJenkins.cpp @@ -7,6 +7,6 @@ using namespace std; int main() { - cout << "Hello World Willy test !" << endl; + cout << "Hello World Willy test 2!" << endl; return 0; }