Main.cpp 65 B

123456
  1. #include "Game.h"
  2. int main() {
  3. Game::init();
  4. return 0;
  5. }