doobdood

main.cpp

May 9th, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include "Minesweeper.h"
  2.  
  3. int main() {
  4.     Minesweeper game;
  5.  
  6.     game.runGame();
  7.     _getch(); //pause program once game is over
  8.  
  9.     return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment