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