diff --git a/print_board.hpp b/print_board.hpp index f2b48f4..9ec0fd0 100644 --- a/print_board.hpp +++ b/print_board.hpp @@ -10,7 +10,7 @@ void Table::printBoard() { int row, col; // clear the screen - //system("cls"); + system("cls"); cout << " "; // printing the number for a better understanding of the coordinates for (row = 1; row <= SIZE; row++)