#include "communs.h" using namespace std; int main (){ GestionPiste N6L24R; N6L24R.process(); return 0; }