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; }