8 lines
82 B
C++
8 lines
82 B
C++
#include "Game.h"
|
|
|
|
int main() {
|
|
Game game;
|
|
game.run();
|
|
|
|
return 0;
|
|
} |