7 lines
83 B
C++
7 lines
83 B
C++
#include "Game.hpp"
|
|
|
|
int main() {
|
|
pacman::Game game;
|
|
game.run();
|
|
return 0;
|
|
}
|