int main() { Jeu monJeu; monJeu.run(); return 0; }
int main(int argc, char** argv) { Jeu jeu; jeu.run(); return 0; }