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