7 lines
No EOL
136 B
C++
7 lines
No EOL
136 B
C++
#include "Game.h"
|
|
|
|
int main() {
|
|
Game g;
|
|
|
|
return EXIT_SUCCESS; // report our program exited successfully
|
|
} |