Create Main.cpp
This commit is contained in:
9
Main.cpp
Normal file
9
Main.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include "Game.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
Game game{};
|
||||
|
||||
game.run();
|
||||
}
|
Reference in New Issue
Block a user