Main.cpp 83 B

1234567
  1. #include "Game.h"
  2. int main() {
  3. Game game;
  4. game.readLine();
  5. return 0;
  6. }