good bye :3
This commit is contained in:
parent
c074ba7ae2
commit
e1e3582392
1 changed files with 2 additions and 1 deletions
|
@ -12,5 +12,6 @@ int main() {
|
||||||
Ecran e;
|
Ecran e;
|
||||||
// e.afficher(std::bind(&draw_debug, p));
|
// e.afficher(std::bind(&draw_debug, p));
|
||||||
|
|
||||||
return 0;
|
std::cout << "Good bye!" << std::endl;
|
||||||
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue