Tunneler/main.cpp
2023-10-28 12:42:23 +02:00

6 lines
71 B
C++

#include "Game.h"
int main() {
Game game;
return game.run();
}