From 61e15693bdb54c20050d7f86c980a54bcd4f627c Mon Sep 17 00:00:00 2001 From: Faruk Erat <92527106+FarukErat@users.noreply.github.com> Date: Thu, 3 Feb 2022 20:20:49 +0300 Subject: [PATCH] Update print_board.hpp --- print_board.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++)