Deuxieme commit

This commit is contained in:
YANNIS
2025-05-29 16:53:26 +02:00
parent 33c6f3ccff
commit bd9bc5e2e2
5 changed files with 14 additions and 14 deletions
+2
View File
@@ -1,6 +1,8 @@
#include "Bomberman.hpp"
#include <iostream>
int main (void){
Bomberman bomberman;
std::cout << bomberman << std::endl;
return 0;
}