// TestJenkins.cpp : définit le point d'entrée de l'application. // #include "TestJenkins.h" using namespace std; int main() { cout << "Hello World Willy test 2!" << endl; return 0; }