#include "Bomberman.hpp" #include int main (void){ Bomberman bomberman; std::cout << bomberman << std::endl; return 0; }